Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h137 void thunk_signal(int, void (*)(int));
/netbsd-src/sys/arch/usermode/usermode/
H A Dthunk.c592 thunk_signal(int sig, void (*func)(int)) in thunk_signal() function