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

/freebsd-11-stable/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
336 THREAD_LOCK();
429 THREAD_LOCK();
439 THREAD_LOCK();
455 THREAD_LOCK();
/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo_syslog.c127 #define THREAD_LOCK() \ macro
388 THREAD_LOCK();
397 THREAD_LOCK();
413 THREAD_LOCK();
511 THREAD_LOCK();

Completed in 76 milliseconds