Searched defs:sig (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/bionic/
H A Draise.cpp31 int raise(int sig) { argument
32 int rc = pthread_kill(pthread_self(), sig);
H A Dsiginterrupt.c32 int siginterrupt(int sig, int flag) argument
36 (void) sigaction(sig, NULL, &act);
43 return sigaction(sig, &act, NULL);
H A Dsigwait.cpp38 int sigwait(const sigset_t* set, int* sig) { argument
45 *sig = result;
H A Dpthread_kill.cpp35 extern "C" int tgkill(int tgid, int tid, int sig);
37 int pthread_kill(pthread_t t, int sig) { argument
49 int rc = tgkill(getpid(), tid, sig);
H A Dndk_cruft.cpp224 extern "C" int tkill(pid_t tid, int sig) { argument
225 return syscall(__NR_tkill, tid, sig);
/bionic/libc/upstream-netbsd/lib/libc/unistd/
H A Dkillpg.c49 killpg(pid_t pgid, int sig) argument
55 return (kill(-pgid, sig));
/bionic/libc/kernel/uapi/asm-generic/
H A Dsignal.h90 unsigned long sig[_NSIG_WORDS]; member in struct:__anon81
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dsignal.h27 unsigned long sig[_NSIG_WORDS]; member in struct:__anon93
/bionic/libc/include/arpa/
H A Dnameser.h271 unsigned char sig[NS_PACKETSZ]; member in struct:ns_tcp_tsig_state
450 /* Max length of text sig block */

Completed in 196 milliseconds