Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/test/
A Dtest-skeleton.c137 int killed = 0; in signal_handler() local
148 killed = waitpid (pid, &status, WNOHANG|WUNTRACED); in signal_handler()
149 if (killed != 0) in signal_handler()
160 if (killed != 0 && killed != pid) in signal_handler()
182 if (killed == 0 || (WIFSIGNALED (status) && WTERMSIG (status) == SIGKILL)) in signal_handler()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dlinuxthreads.texi1523 all other threads are already killed.

Completed in 5 milliseconds