Searched refs:_thrp_suspend (Results 1 - 2 of 2) 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));
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1417 extern int _thrp_suspend(thread_t, uchar_t);

Completed in 25 milliseconds