Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dsignal.sh166 cat > tkill.c <<EOF
197 mycc -o tkill -Wall -Wextra tkill.c || exit
198 rm -f waitthread.c tkill.c
230 ./tkill $pid $t1 5 # SIGTRAP
231 ./tkill $pid $t2 2 # SIGINT
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc811 PRE_SYSCALL(tkill)(long pid, long sig) {}
813 POST_SYSCALL(tkill)(long res, long pid, long sig) {}