Searched defs:sig (Results 1 - 7 of 7) sorted by last modified time

/bionic/libc/bionic/
H A Dpthread.c2083 extern int tgkill(int tgid, int tid, int sig);
2085 int pthread_kill(pthread_t tid, int sig) argument
2091 ret = tgkill(getpid(), thread->kernel_id, sig);
/bionic/libc/kernel/arch-mips/asm/
H A Dsignal.h29 unsigned long sig[_NSIG_WORDS]; member in struct:__anon108
/bionic/libc/kernel/arch-x86/asm/
H A Dprocessor_32.h250 unsigned int sig; member in struct:microcode_header
269 unsigned int sig; member in struct:extended_signature
/bionic/libc/private/
H A Darpa_nameser.h232 unsigned char sig[NS_PACKETSZ]; member in struct:ns_tcp_tsig_state
399 /* Max length of text sig block */
/bionic/libc/unistd/
H A Dkillpg.c38 killpg(pid_t pgid, int sig) argument
44 return (kill(-pgid, 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.c47 int sigwait(const sigset_t *set, int *sig) argument
80 *sig = ret;

Completed in 121 milliseconds