Home
last modified time | relevance | path

Searched refs:whystopped (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1845 safe_suspend(ulwp_t *ulwp, uchar_t whystopped, int *link_dropped) in safe_suspend() argument
1855 ASSERT(whystopped == TSTP_REGULAR || in safe_suspend()
1856 whystopped == TSTP_MUTATOR || in safe_suspend()
1857 whystopped == TSTP_FORK); in safe_suspend()
1878 ulwp->ul_stop |= whystopped; in safe_suspend()
1887 ulwp->ul_pleasestop |= whystopped; in safe_suspend()
1905 (ulwp->ul_pleasestop & whystopped)) { in safe_suspend()
1935 if (!ulwp->ul_stopping || !(ulwp->ul_stop & whystopped)) in safe_suspend()
1946 _thrp_suspend(thread_t tid, uchar_t whystopped) in _thrp_suspend() argument
1953 ASSERT((whystopped & (TSTP_REGULAR|TSTP_MUTATOR|TSTP_FORK)) != 0); in _thrp_suspend()
[all …]