Lines Matching refs:lwp
75 /* initial allocation, just enough for one lwp */
171 * Insert the lwp into the hash table.
193 * Delete the lwp from the hash table.
248 * Answer the question, "Is the lwp in question really dead?"
250 * because the lwp may have called lwp_exit() but it has not
365 * The previous lwp is gone; reuse the stack.
491 * Find a named lwp and return a pointer to its hash list location.
518 * Wake up all lwps waiting on this lwp for some reason.
531 * Find a named lwp and return a pointer to it.
845 * this lwp has completed its lwp_exit() system call (see
1007 * lwp_wait() found an lwp that the library doesn't know
1605 * Reset our data structures to reflect one lwp.
1795 * Suspend an lwp with lwp_suspend(), then move it to a safe point,
1800 * If the lwp exits before it can be suspended, we return ESRCH.
2039 * Move the stopped lwp out of a critical section.
2378 thr_getstate(thread_t tid, int *flag, lwpid_t *lwp, stack_t *ss, gregset_t rs)
2410 if (lwp)
2411 *lwp = tid;
2463 /* "/proc/self/lwp/%u/lwpstatus" w/o stdio */
2464 (void) strcpy(buf, "/proc/self/lwp/");
2490 /* "/proc/self/lwp/%u/lwpctl" w/o stdio */
2491 (void) strcpy(buf, "/proc/self/lwp/");
2710 * Move the stopped lwp out of a critical section.