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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c1826 * See the comments below and in _thrp_suspend() for why.
1840 * itself in _thrp_suspend(), below, after we drop its lock.
1904 _thrp_suspend(thread_t tid, uchar_t whystopped) function
2131 return (_thrp_suspend(tid, TSTP_REGULAR));
2178 * Avoid a recursive call to exit_critical() in _thrp_suspend()
2189 (void) _thrp_suspend(self->ul_lwpid,
2741 return (_thrp_suspend(tid, TSTP_MUTATOR));

Completed in 189 milliseconds