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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c2446 mutex_unlock_internal(mutex_t *mp, int retain_robust_flags) function
2603 return (mutex_unlock_internal(mp, 0));
3121 (void) mutex_unlock_internal(mp, 1);

Completed in 24 milliseconds