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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1808 * If 'link_dropped' is non-NULL, then 'link_lock' is held on entry.
1809 * If we have to drop link_lock, we store 1 through link_dropped.
1813 safe_suspend(ulwp_t *ulwp, uchar_t whystopped, int *link_dropped) argument
1831 if (link_dropped != NULL)
1832 *link_dropped = 0;
1857 if (link_dropped != NULL) {
1858 *link_dropped = 1;
1861 link_dropped = NULL;
2035 int link_dropped; local
2051 if (safe_suspend(ulwp, TSTP_FORK, &link_dropped) ||
2666 int link_dropped; local
[all...]

Completed in 226 milliseconds