Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dkern_lwp.c263 static int lwp_ctor(void *, void *, int);
360 PR_PSERIALIZE, "lwppl", NULL, IPL_NONE, lwp_ctor, lwp_dtor, NULL); in lwpinit()
393 lwp_ctor(void *arg, void *obj, int flags) in lwp_ctor() function