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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c1798 * If 'link_dropped' is non-NULL, then 'link_lock' is held on entry.
1799 * If we have to drop link_lock, we store 1 through link_dropped.
1803 safe_suspend(ulwp_t *ulwp, uchar_t whystopped, int *link_dropped) argument
1821 if (link_dropped != NULL)
1822 *link_dropped = 0;
1847 if (link_dropped != NULL) {
1848 *link_dropped = 1;
1851 link_dropped = NULL;
2025 int link_dropped; local
2041 if (safe_suspend(ulwp, TSTP_FORK, &link_dropped) ||
2683 int link_dropped; local
[all...]

Completed in 25 milliseconds