Searched refs:link_dropped (Results 1 – 1 of 1) sorted by relevance
1844 safe_suspend(ulwp_t *ulwp, uchar_t whystopped, int *link_dropped) in safe_suspend() argument1862 if (link_dropped != NULL) in safe_suspend()1863 *link_dropped = 0; in safe_suspend()1888 if (link_dropped != NULL) { in safe_suspend()1889 *link_dropped = 1; in safe_suspend()1892 link_dropped = NULL; in safe_suspend()2066 int link_dropped; in suspend_fork() local2082 if (safe_suspend(ulwp, TSTP_FORK, &link_dropped) || in suspend_fork()2083 link_dropped) in suspend_fork()2697 int link_dropped; in thr_suspend_allmutators() local[all …]