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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c1803 safe_suspend(ulwp_t *ulwp, uchar_t whystopped, int *link_dropped) argument
1813 ASSERT(whystopped == TSTP_REGULAR ||
1814 whystopped == TSTP_MUTATOR ||
1815 whystopped == TSTP_FORK);
1836 ulwp->ul_stop |= whystopped;
1845 ulwp->ul_pleasestop |= whystopped;
1863 (ulwp->ul_pleasestop & whystopped)) {
1893 if (!ulwp->ul_stopping || !(ulwp->ul_stop & whystopped))
1904 _thrp_suspend(thread_t tid, uchar_t whystopped) argument
1911 ASSERT((whystopped
2088 _thrp_continue(thread_t tid, uchar_t whystopped) argument
[all...]

Completed in 20 milliseconds