Searched refs:safe_suspend (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c1803 safe_suspend(ulwp_t *ulwp, uchar_t whystopped, int *link_dropped) function
1935 * safe_suspend() suspends the other thread, calls
1938 error = safe_suspend(ulwp, whystopped, NULL);
1973 * See safe_suspend() and force_continue().
2041 if (safe_suspend(ulwp, TSTP_FORK, &link_dropped) ||
2712 if (safe_suspend(ulwp, TSTP_MUTATOR, &link_dropped) ||

Completed in 24 milliseconds