Home
last modified time | relevance | path

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

/netbsd/sys/arch/usermode/dev/
H A Dcpu.c462 thunk_sigemptyset(&pcb2->pcb_ucp.uc_sigmask); in cpu_lwp_fork()
498 thunk_sigemptyset(&lwp0pcb.pcb_ucp.uc_sigmask); in cpu_startup()
/netbsd/sys/arch/usermode/include/
H A Dthunk.h140 int thunk_sigemptyset(sigset_t *sa_mask);
/netbsd/sys/arch/usermode/usermode/
H A Dtrap.c388 thunk_sigemptyset(&jump_ucp.uc_sigmask); in handle_signal()
H A Dthunk.c623 thunk_sigemptyset(sigset_t *sa_mask) in thunk_sigemptyset() function