Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libthr/thread/
HDthr_private.h140 #define THR_ADAPTIVE_MUTEX_INITIALIZER ((struct pthread_mutex *)1) macro
HDthr_mutex.c309 else if (*mutex == THR_ADAPTIVE_MUTEX_INITIALIZER) in init_static()