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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1813 safe_suspend(ulwp_t *ulwp, uchar_t whystopped, int *link_dropped) argument
1823 ASSERT(whystopped == TSTP_REGULAR ||
1824 whystopped == TSTP_MUTATOR ||
1825 whystopped == TSTP_FORK);
1846 ulwp->ul_stop |= whystopped;
1855 ulwp->ul_pleasestop |= whystopped;
1873 (ulwp->ul_pleasestop & whystopped)) {
1903 if (!ulwp->ul_stopping || !(ulwp->ul_stop & whystopped))
1914 _thrp_suspend(thread_t tid, uchar_t whystopped) argument
1921 ASSERT((whystopped
2098 _thrp_continue(thread_t tid, uchar_t whystopped) argument
[all...]

Completed in 50 milliseconds