Home
last modified time | relevance | path

Searched defs:send_sig (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/timeout/
H A Dtimeout.c188 send_sig(pid_t pid, int signo, bool foreground) in send_sig() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h158 #define send_sig(signo, task, priv) do { \ macro