Searched refs:THREAD_LOCK (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/libc/gen/
H A Dgetlogin.c48 #define THREAD_LOCK() if (__isthreaded) _pthread_mutex_lock(&logname_mutex) macro
78 THREAD_LOCK();
95 THREAD_LOCK();
H A Dpopen.c66 #define THREAD_LOCK() if (__isthreaded) _pthread_mutex_lock(&pidlist_mutex) macro
121 THREAD_LOCK();
174 THREAD_LOCK();
204 THREAD_LOCK();
H A Dsyslog.c68 #define THREAD_LOCK() \ macro
154 THREAD_LOCK();
426 THREAD_LOCK();
435 THREAD_LOCK();
451 THREAD_LOCK();

Completed in 80 milliseconds