Searched refs:TSTP_REGULAR (Results 1 – 2 of 2) sorted by relevance
692 ulwp->ul_stop = TSTP_REGULAR; in _thrp_create()722 (void) _thrp_continue(tid, TSTP_REGULAR); in _thrp_create()1855 ASSERT(whystopped == TSTP_REGULAR || in safe_suspend()1953 ASSERT((whystopped & (TSTP_REGULAR|TSTP_MUTATOR|TSTP_FORK)) != 0); in _thrp_suspend()1954 ASSERT((whystopped & ~(TSTP_REGULAR|TSTP_MUTATOR|TSTP_FORK)) == 0); in _thrp_suspend()2137 ASSERT(whystopped == TSTP_REGULAR || in _thrp_continue()2157 if (whystopped == TSTP_REGULAR && ulwp->ul_created) { in _thrp_continue()2173 return (_thrp_suspend(tid, TSTP_REGULAR)); in thr_suspend()2179 return (_thrp_continue(tid, TSTP_REGULAR)); in thr_continue()
1211 #define TSTP_REGULAR 0x01 /* Stopped by thr_suspend() */ macro