HomeSort by: relevance | last modified time | path
    Searched refs:lwpctl (Results 1 - 18 of 18) sorted by relevancy

  /src/include/
lwp.h 40 struct lwpctl;
64 int _lwp_ctl(int, struct lwpctl **);
  /src/sys/sys/
lwpctl.h 1 /* $NetBSD: lwpctl.h,v 1.4 2008/04/28 20:24:10 martin Exp $ */
48 typedef struct lwpctl { struct
lwp.h 126 struct lwpctl *l_lwpctl; /* p: lwpctl block kernel address */
127 struct lcpage *l_lcpage; /* p: lwpctl containing page */
254 #define LW_LWPCTL 0x00000002 /* Adjust lwpctl in userret */
Makefile 31 localcount.h localedef.h lock.h lockf.h lua.h lwp.h lwpctl.h \
syscallargs.h 2136 syscallarg(struct lwpctl **) address;
  /src/tests/lib/libc/sys/
t_lwp_ctl.c 34 #include <sys/lwpctl.h>
44 atf_tc_set_md_var(tc, "descr", "Checks lwpctl preemption counter");
  /src/lib/libpthread/
pthread_specific.c 45 #include <sys/lwpctl.h>
pthread_compat.c 127 _lwp_ctl(int a, struct lwpctl **b)
pthread_int.h 134 struct lwpctl *pt_lwpctl; /* Kernel/user comms area */
pthread_rwlock.c 39 #include <sys/lwpctl.h>
pthread_mutex.c 56 #include <sys/lwpctl.h>
250 * Spin while the holder is running. 'lwpctl' gives us the true
pthread.c 45 #include <sys/lwpctl.h>
195 /* lwpctl state is not copied across fork. */
  /src/sys/compat/netbsd32/
netbsd32_lwp.c 40 #include <sys/lwpctl.h>
  /src/sys/kern/
sys_lwp.c 46 #include <sys/lwpctl.h>
754 syscallarg(struct lwpctl **) address;
kern_synch.c 89 #include <sys/lwpctl.h>
769 /* Update status for lwpctl, if present. */
850 /* Update status for lwpctl, if present. */
kern_exit.c 93 #include <sys/lwpctl.h>
282 /* Destroy any lwpctl info. */
kern_lwp.c 242 #include <sys/lwpctl.h>
875 * For vfork, borrow parent's lwpctl context if it exists.
1339 * Free lwpctl structure and affinity.
1773 * Update lwpctl processor (for vfork child_return).
1922 * Allocate a new lwpctl structure for a user LWP.
2059 * Free an lwpctl structure back to the per-process list.
2096 * Process is exiting; tear down lwpctl state. This can only be safely
kern_exec.c 90 #include <sys/lwpctl.h>
1229 /* Destroy any lwpctl info. */

Completed in 27 milliseconds