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

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwpsys.c147 * This is the specification of lwp_wait() from the _lwp_wait(2) manual page:
149 * The lwp_wait() function blocks the current lwp until the lwp specified
151 * to lwp_wait(), then lwp_wait() returns immediately. If 'lwpid' is zero,
152 * then lwp_wait() waits for any undetached lwp in the current process.
159 * and it returns from lwp_wait() successfully. Any other lwps waiting for
161 * lwp_wait() with the error ESRCH. If there are no lwps in the process
164 * and it returns from lwp_wait() successfully.
169 * lwps or lwps waiting in lwp_wait(), in which case it returns EDEADLK.
172 lwp_wait(id_ function
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c497 lwp_wait(thread_t tid, thread_t *found) function

Completed in 64 milliseconds