Searched refs:whystopped (Results 1 – 1 of 1) sorted by relevance
1843 safe_suspend(ulwp_t *ulwp, uchar_t whystopped, int *link_dropped) in safe_suspend() argument1853 ASSERT(whystopped == TSTP_REGULAR || in safe_suspend()1854 whystopped == TSTP_MUTATOR || in safe_suspend()1855 whystopped == TSTP_FORK); in safe_suspend()1876 ulwp->ul_stop |= whystopped; in safe_suspend()1885 ulwp->ul_pleasestop |= whystopped; in safe_suspend()1903 (ulwp->ul_pleasestop & whystopped)) { in safe_suspend()1933 if (!ulwp->ul_stopping || !(ulwp->ul_stop & whystopped)) in safe_suspend()1944 _thrp_suspend(thread_t tid, uchar_t whystopped) in _thrp_suspend() argument1951 ASSERT((whystopped & (TSTP_REGULAR|TSTP_MUTATOR|TSTP_FORK)) != 0); in _thrp_suspend()[all …]