Home
last modified time | relevance | path

Searched defs:THREAD_LOCK (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dgetlogin.c46 #define THREAD_LOCK() if (__isthreaded) _pthread_mutex_lock(&logname_mutex) macro
H A Dpopen.c64 #define THREAD_LOCK() if (__isthreaded) _pthread_mutex_lock(&pidlist_mutex) macro
H A Dsyslog.c65 #define THREAD_LOCK() \ macro
/dragonfly/lib/libc/stdio/
H A Dfindfp.c83 #define THREAD_LOCK() if (__isthreaded) _SPINLOCK(&thread_lock) macro