Home
last modified time | relevance | path

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

/components/lwp/
A Dlwp_signal.c225 #define _SIGQ(tp) (&(tp)->signal.sig_queue) macro
634 sigqueue_ismember(_SIGQ(cur_thr), SIGCONT))) in _stop_thread_locked()
757 if (!sigqueue_isempty(_SIGQ(thread))) in lwp_thread_signal_catch()
759 pending = _SIGQ(thread); in lwp_thread_signal_catch()
763 if (!signo && !sigqueue_isempty(_SIGQ(lwp))) in lwp_thread_signal_catch()
765 pending = _SIGQ(lwp); in lwp_thread_signal_catch()
908 sigqueue_enqueue(_SIGQ(thread), siginfo); in _siginfo_deliver_to_thread()
1307 sigqueue = _SIGQ(thread); in _dequeue_signal()
1312 sigqueue = _SIGQ(lwp); in _dequeue_signal()
1424 sigqueue_examine(_SIGQ(thread), pending); in lwp_thread_signal_pending()
[all …]

Completed in 9 milliseconds