Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Issue 951583004: Implement pthread_rwlock functions for NaCl newlib (Closed)

Created:
5 years, 10 months ago by Sam Clegg
Modified:
5 years, 9 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/src/native_client.git@master
Target Ref:
refs/heads/master
Project:
nacl
Visibility:
Public.

Description

Implement pthread_rwlock functions for NaCl newlib This change was reverted at 26f5754 due to a bug in pthread_rwlock_unlock. This change includes the original change along with a fix for the issue new test case. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4105 BUG= https://code.google.com/p/nativeclient/issues/detail?id=3960 Committed: https://chromium.googlesource.com/native_client/src/native_client/+/5995d5f911d908a92f892f8f9f2941ae8872fe0b

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+722 lines, -19 lines) Patch
M src/untrusted/pthread/nacl.scons View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A src/untrusted/pthread/nc_rwlock.c View 1 2 1 chunk +295 lines, -0 lines 0 comments Download
M src/untrusted/pthread/nc_thread.c View 1 2 6 chunks +5 lines, -16 lines 0 comments Download
M src/untrusted/pthread/pthread.h View 1 2 5 chunks +50 lines, -1 line 0 comments Download
M src/untrusted/pthread/pthread.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/untrusted/pthread/pthread_internal.h View 1 2 2 chunks +14 lines, -1 line 0 comments Download
M src/untrusted/pthread/pthread_types.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M tests/threads/nacl.scons View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
A tests/threads/rwlock_test.c View 1 2 3 1 chunk +341 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
Sam Clegg
Sending for review prior to revert of rwlocks so that the delta can be seen ...
5 years, 10 months ago (2015-02-23 23:25:53 UTC) #2
Sam Clegg
ptal Now includes includes original change + fix. To see the fix in isolation see ...
5 years, 10 months ago (2015-02-26 18:42:04 UTC) #3
Nick Bray (chromium)
For my Mojo porting stuff I either need this change or I need to hack ...
5 years, 9 months ago (2015-03-11 19:48:11 UTC) #5
Mark Seaborn
Sam, could you possibly find another reviewer, since I'm rather busy, and it would be ...
5 years, 9 months ago (2015-03-11 19:58:03 UTC) #6
Sam Clegg
Hey Roland, Could you take a look at this please? Most of this code is ...
5 years, 9 months ago (2015-03-11 21:28:06 UTC) #8
Sam Clegg
On 2015/03/11 21:28:06, Sam Clegg wrote: > Hey Roland, > > Could you take a ...
5 years, 9 months ago (2015-03-17 23:58:37 UTC) #9
Roland McGrath
LGTM with some comment fixes https://codereview.chromium.org/951583004/diff/1/tests/threads/rwlock_test.c File tests/threads/rwlock_test.c (right): https://codereview.chromium.org/951583004/diff/1/tests/threads/rwlock_test.c#newcode211 tests/threads/rwlock_test.c:211: * First, aquire the ...
5 years, 9 months ago (2015-03-23 20:34:07 UTC) #10
Sam Clegg
https://codereview.chromium.org/951583004/diff/1/tests/threads/rwlock_test.c File tests/threads/rwlock_test.c (right): https://codereview.chromium.org/951583004/diff/1/tests/threads/rwlock_test.c#newcode211 tests/threads/rwlock_test.c:211: * First, aquire the write lock so that all ...
5 years, 9 months ago (2015-03-23 20:55:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/951583004/60001
5 years, 9 months ago (2015-03-26 00:49:53 UTC) #14
commit-bot: I haz the power
5 years, 9 months ago (2015-03-26 04:40:26 UTC) #15
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/native_client/src/native_client/+/5995d5f91...

Powered by Google App Engine
This is Rietveld 408576698