Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Ducontext.h104 void getucontext(struct lwp *, ucontext_t *);
/netbsd-src/sys/kern/
H A Dsys_sig.c334 getucontext(l, &uc); in sys_getcontext()
H A Dkern_sig.c744 getucontext(struct lwp *l, ucontext_t *ucp) in getucontext() function