Searched refs:THR_MUTEX_INITIALIZER (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/lib/libthr/thread/ | ||
| D | thr_private.h | 142 #define THR_MUTEX_INITIALIZER ((struct pthread_mutex *)NULL) macro |
| D | thr_mutex.c | 309 if (*mutex == THR_MUTEX_INITIALIZER) in init_static() |