_thrp_continue
extern int _thrp_continue(thread_t, uchar_t);
return (_thrp_continue(tid, TSTP_REGULAR));
return (_thrp_continue(tid, TSTP_MUTATOR));
(void) _thrp_continue(tid, TSTP_REGULAR);