Home
last modified time | relevance | path

Searched refs:_SCHED_SIGNAL (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/lib/libpthread/uthread/
Duthread_sigaction.c76 if (act != NULL && sig != _SCHED_SIGNAL && sig != SIGCHLD && in sigaction()
79 sigaddset(&gact.sa_mask, _SCHED_SIGNAL); in sigaction()
Duthread_init.c323 if (_thread_sys_sigaction(_SCHED_SIGNAL, &act, NULL) != 0 || in _thread_init()
328 _thread_sigact[_SCHED_SIGNAL - 1].sa_flags = SA_SIGINFO; in _thread_init()
Duthread_sig.c70 if (sig == _SCHED_SIGNAL) { in _thread_sig_handler()
178 else if (sig == _SCHED_SIGNAL) in _thread_sig_handle()
Duthread_execve.c103 sigaddset(&act.sa_mask, _SCHED_SIGNAL); in execve()
Duthread_sigwait.c69 sigdelset(&waitset, _SCHED_SIGNAL); in sigwait()
Dpthread_private.h174 #define _SCHED_SIGNAL SIGVTALRM macro
177 #define _SCHED_SIGNAL SIGPROF macro
Duthread_kern.c1034 if ((int) bufr[i] != _SCHED_SIGNAL) in _dequeue_signals()