Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dgetlogin.c47 #define THREAD_UNLOCK() if (__isthreaded) _pthread_mutex_unlock(&logname_mutex) macro
H A Dpopen.c65 #define THREAD_UNLOCK() if (__isthreaded) _pthread_mutex_unlock(&pidlist_mutex) macro
H A Dsyslog.c69 #define THREAD_UNLOCK() \ macro
/dragonfly/lib/libc/stdio/
H A Dfindfp.c84 #define THREAD_UNLOCK() if (__isthreaded) _SPINUNLOCK(&thread_lock) macro