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

Unified Diff: src/untrusted/pthread/pthread.gyp

Issue 609363003: Add implementation of pthread_rwlock based on NaCl futexs (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/untrusted/pthread/pthread.h ('k') | tests/threads/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/pthread/pthread.gyp
diff --git a/src/untrusted/pthread/pthread.gyp b/src/untrusted/pthread/pthread.gyp
index 5107f03283334402c235ba72494b361802056b9a..6bf9dfef87a22a452a21bda5eec3d05e27f51967 100644
--- a/src/untrusted/pthread/pthread.gyp
+++ b/src/untrusted/pthread/pthread.gyp
@@ -11,6 +11,7 @@
'nc_thread.c',
'nc_mutex.c',
'nc_condvar.c',
+ 'nc_rwlock.c',
'nc_semaphore.c',
'nc_init_irt.c',
'stack_end.c',
« no previous file with comments | « src/untrusted/pthread/pthread.h ('k') | tests/threads/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698