Searched refs:kill (Results 1 - 8 of 8) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/signal/
H A Dkill.c4 int kill(pid_t pid, int sig) function
H A Dkillpg.c10 return kill(-pgid, sig);
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A Dlibc_stubs.c60 STUB_ERRNO(kill); variable
/seL4-camkes-master/projects/musllibc/src/misc/
H A Dwordexp.c127 kill(pid, SIGKILL);
/seL4-camkes-master/tools/riscv-pk/machine/
H A Dfdt.c513 int kill; member in struct:compat_scan
526 if (scan->depth < scan->kill)
527 scan->kill = scan->depth;
533 if (scan->kill == scan->depth--) {
534 scan->kill = 999;
554 scan.kill = 999;
/seL4-camkes-master/projects/musllibc/include/
H A Dsignal.h198 int kill(pid_t, int);
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dmultilink.c88 #define process_exists(n) (kill((n), 0) == 0 || errno != ESRCH)
271 kill(pid, SIGHUP);
H A Dutils.c868 || (kill(pid, 0) == -1 && errno == ESRCH)) {

Completed in 111 milliseconds