Searched refs:SIG_DFL (Results 1 – 13 of 13) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | signals.c | 83 __sighandler_t old = SIG_DFL; in __pthread_sigaction() 97 if (act->sa_handler != SIG_IGN && act->sa_handler != SIG_DFL in __pthread_sigaction() 104 if (old == SIG_IGN || old == SIG_DFL || old == SIG_ERR) in __pthread_sigaction() 161 __sighandler[s].old == (arch_sighandler_t) SIG_DFL || in strong_alias()
|
A D | pthread.c | 1156 if (SIG_DFL) /* if it's constant zero, it's already done */ in __pthread_kill_other_threads_np() 1157 sa.sa_handler = SIG_DFL; in __pthread_kill_other_threads_np()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | abort.c | 95 if (SIG_DFL) /* if it's constant zero, already done */ in abort() 96 act.sa_handler = SIG_DFL; in abort()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | ssp.c | 88 if (SIG_DFL) /* if it's constant zero, it's already done */ in ssp_handler() 89 sa.sa_handler = SIG_DFL; in ssp_handler()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-sem6.c | 31 sa.sa_handler = SIG_DFL; in handler()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | signals.c | 147 if (act->sa_handler != SIG_IGN && act->sa_handler != SIG_DFL in libpthread_hidden_proto() 204 sighandler[s].old == (arch_sighandler_t) SIG_DFL || in sigwait()
|
A D | pthread.c | 931 if (SIG_DFL) /* if it's constant zero, it's already done */ in __pthread_kill_other_threads_np() 932 sa.sa_handler = SIG_DFL; in __pthread_kill_other_threads_np()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ |
A D | test-skeleton.c | 172 signal (sig, SIG_DFL); in signal_handler() 204 signal(sig, SIG_DFL); in handler_killpid()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/ |
A D | popen.c | 43 signal(SIGUSR1, SIG_DFL); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/ |
A D | spawn.c | 155 sa.sa_handler = SIG_DFL; in __spawni()
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lua.c | 78 setsignal(i, SIG_DFL); /* if another SIGINT happens, terminate process */ in laction() 160 setsignal(SIGINT, SIG_DFL); /* reset C-signal handler */ in docall()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | signal.h | 61 #define SIG_DFL ((__sighandler_t) 0) /* Default action. */ macro
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | pthread.c | 1278 if (SIG_DFL) /* if it's constant zero, it's already done */ in __pthread_kill_other_threads_np() 1279 sa.sa_handler = SIG_DFL; in __pthread_kill_other_threads_np()
|
Completed in 17 milliseconds