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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1836 * See the comments below and in _thrp_suspend() for why.
1850 * itself in _thrp_suspend(), below, after we drop its lock.
1914 _thrp_suspend(thread_t tid, uchar_t whystopped) function
2141 return (_thrp_suspend(tid, TSTP_REGULAR));
2188 * Avoid a recursive call to exit_critical() in _thrp_suspend()
2199 (void) _thrp_suspend(self->ul_lwpid,
2724 return (_thrp_suspend(tid, TSTP_MUTATOR));

Completed in 51 milliseconds