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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2228 mutex_lock_impl(mutex_t *mp, timespec_t *tsp) function
2315 return (mutex_lock_impl(mp, NULL));
2350 error = mutex_lock_impl((mutex_t *)mp, &tslocal);
2365 error = mutex_lock_impl((mutex_t *)mp, &tslocal);
3335 if ((merror = mutex_lock_impl(mp, NULL)) != 0)
3415 if ((merror = mutex_lock_impl(mp, NULL)) != 0)

Completed in 415 milliseconds