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

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1313 * have occurred: no lwp may have called lwp_release()
1317 * OR an lwp_release() did occur for some other lwp on
1413 lwp_release(lwpchan_t *lwpchan, uchar_t *waiters, int sync_type) function
1427 * only if lwp_release() is called from
1433 * now has the same wchan. In this case, lwp_release()
1535 * re-try the lock in lwp_mutex_timedlock(). The call to lwp_release()
1537 * The call to lwp_release() might fail due to one of three reasons:
1543 * and not calling lwp_release() at all if it is zero.
1554 else if (lwp_release(&lwpchan, &waiters, 0))
1706 * call to lwp_release() ca
[all...]

Completed in 49 milliseconds