Searched refs:sig (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/unistd/ |
D | strsignal.c | 32 strsignal(int sig) in strsignal() argument 34 if ((unsigned)sig < NSIG) in strsignal() 35 return (char*) sys_siglist[sig]; in strsignal()
|
D | siginterrupt.c | 32 int siginterrupt(int sig, int flag) in siginterrupt() argument 36 (void) sigaction(sig, NULL, &act); in siginterrupt() 43 return sigaction(sig, &act, NULL); in siginterrupt()
|
D | killpg.c | 38 killpg(pid_t pgid, int sig) in killpg() argument 44 return (kill(-pgid, sig)); in killpg()
|
D | sigwait.c | 47 int sigwait(const sigset_t *set, int *sig) in sigwait() argument 71 *sig = ret; in sigwait()
|
/bionic/libc/include/ |
D | signal.h | 120 extern int sigwait(const sigset_t *set, int *sig); 121 extern int siginterrupt(int sig, int flag); 125 extern int killpg(int pgrp, int sig);
|
D | string.h | 83 extern char* strsignal(int sig);
|
D | pthread.h | 262 int pthread_kill(pthread_t tid, int sig);
|
/bionic/libc/kernel/arch-x86/asm/ |
D | processor_32.h | 239 unsigned int sig; member 257 unsigned int sig; member
|
/bionic/libc/include/sys/ |
D | linux-unistd.h | 34 int tkill (pid_t tid, int sig); 145 int __rt_sigaction (int sig, const struct sigaction *act, struct sigaction *oact, size…
|
/bionic/libc/private/ |
D | arpa_nameser.h | 232 unsigned char sig[NS_PACKETSZ]; member
|
/bionic/libc/bionic/ |
D | pthread.c | 1842 extern int tkill(int tid, int sig); 1844 int pthread_kill(pthread_t tid, int sig) in pthread_kill() argument 1850 ret = tkill(thread->kernel_id, sig); in pthread_kill()
|
/bionic/libc/kernel/common/linux/ |
D | soundcard.h | 814 #define SEQ_TIME_SIGNATURE(sig) _TIMER_EVENT(TMR_TIMESIG, sig) argument
|
/bionic/libc/ |
D | SYSCALLS.TXT | 65 int tkill(pid_t tid, int sig) -1,238 185 int __rt_sigaction:rt_sigaction (int sig, const struct sigaction *act, struct sigaction *oact, …
|