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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2440 mutex_unlock_internal(mutex_t *mp, int retain_robust_flags) function
2597 return (mutex_unlock_internal(mp, 0));
3134 (void) mutex_unlock_internal(mp, 1);

Completed in 69 milliseconds