Searched refs:MUTEX_RECURSIVE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/lib/libpthread/
H A Dpthread_mutex.c75 #define MUTEX_RECURSIVE(x) ((uintptr_t)(x) & MUTEX_RECURSIVE_BIT) macro
291 if (MUTEX_RECURSIVE(owner)) {
416 if (MUTEX_RECURSIVE(val)) {
468 } else if (MUTEX_RECURSIVE(val)) {

Completed in 111 milliseconds