Home
last modified time | relevance | path

Searched refs:THR_MUTEX_INITIALIZER (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libthr/thread/
Dthr_private.h142 #define THR_MUTEX_INITIALIZER ((struct pthread_mutex *)NULL) macro
Dthr_mutex.c309 if (*mutex == THR_MUTEX_INITIALIZER) in init_static()