Home
last modified time | relevance | path

Searched refs:LWPCTL_FEATURE_CURCPU (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/sys/
Dlwpctl.h56 #define LWPCTL_FEATURE_CURCPU 0x00000001 macro
/netbsd/src/lib/libpthread/
Dpthread.c194 if (_lwp_ctl(LWPCTL_FEATURE_CURCPU, &self->pt_lwpctl)) { in pthread__fork_child()
270 if (_lwp_ctl(LWPCTL_FEATURE_CURCPU, &first->pt_lwpctl) != 0) { in pthread__init()
601 if (_lwp_ctl(LWPCTL_FEATURE_CURCPU, &self->pt_lwpctl)) { in pthread__create_tramp()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_lwp.c297 features &= ~(LWPCTL_FEATURE_CURCPU | LWPCTL_FEATURE_PCTR); in netbsd32__lwp_ctl()
/netbsd/src/sys/kern/
Dsys_lwp.c760 features &= ~(LWPCTL_FEATURE_CURCPU | LWPCTL_FEATURE_PCTR); in sys__lwp_ctl()