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

Unified Diff: src/untrusted/pthread/nacl.scons

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 | « no previous file | src/untrusted/pthread/nc_rwlock.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/pthread/nacl.scons
diff --git a/src/untrusted/pthread/nacl.scons b/src/untrusted/pthread/nacl.scons
index e07e4d43eab88013717359bb96e3c738f9d51ac8..3b0cd388c09eae90ca62589361c87e0229c84450 100644
--- a/src/untrusted/pthread/nacl.scons
+++ b/src/untrusted/pthread/nacl.scons
@@ -35,6 +35,7 @@ nc_objs = [env.ComponentObject(module, module + '.c')
'nc_mutex',
'nc_condvar',
'nc_semaphore',
+ 'nc_rwlock',
'stack_end',
]
] + [valgrind]
« no previous file with comments | « no previous file | src/untrusted/pthread/nc_rwlock.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698