Searched defs:mutex_held (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c1930 ASSERT(mutex_held(mp));
2093 if ((mtype & (LOCK_RECURSIVE|LOCK_ERRORCHECK)) && mutex_held(mp))
2097 tsp == NULL && mutex_held(mp))
2457 !mutex_held(mp))
2460 if (self->ul_error_detection && !mutex_held(mp))
2831 #pragma weak _mutex_held = mutex_held
2833 mutex_held(mutex_t *mparg) function
2863 if (mutex_held(mp) &&
3115 mutex_held(mp) &&
3463 if (!mutex_held(m
[all...]

Completed in 31 milliseconds