Home
last modified time | relevance | path

Searched refs:TSTP_REGULAR (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libc/port/threads/
H A Dthr.c691 ulwp->ul_stop = TSTP_REGULAR; in _thrp_create()
718 (void) _thrp_continue(tid, TSTP_REGULAR); in _thrp_create()
1854 ASSERT(whystopped == TSTP_REGULAR || in safe_suspend()
1952 ASSERT((whystopped & (TSTP_REGULAR|TSTP_MUTATOR|TSTP_FORK)) != 0); in _thrp_suspend()
1953 ASSERT((whystopped & ~(TSTP_REGULAR|TSTP_MUTATOR|TSTP_FORK)) == 0); in _thrp_suspend()
2136 ASSERT(whystopped == TSTP_REGULAR || in _thrp_continue()
2156 if (whystopped == TSTP_REGULAR && ulwp->ul_created) { in _thrp_continue()
2172 return (_thrp_suspend(tid, TSTP_REGULAR)); in thr_suspend()
2178 return (_thrp_continue(tid, TSTP_REGULAR)); in thr_continue()
/titanic_44/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1192 #define TSTP_REGULAR 0x01 /* Stopped by thr_suspend() */ macro