Home
last modified time | relevance | path

Searched refs:LWP_SUSPENDED (Results 1 – 3 of 3) sorted by last modified time

/netbsd/sys/kern/
H A Dkern_lwp.c996 if ((flags & LWP_SUSPENDED) != 0) { in lwp_start()
/netbsd/lib/libpthread/
H A Dpthread.c533 flag |= LWP_SUSPENDED; in pthread_create()
/netbsd/sys/sys/
H A Dlwp.h597 #define LWP_SUSPENDED 0x00000080 macro