Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/signals/ !
H A DMakefile1 INCLUDED_TEST_SOURCE_DIRS += signals
3 signals/signal_exit_reason: CODE_SIGN_ENTITLEMENTS = signals/signal_exit_reason.entitlements
/xnu-12377.41.6/iokit/DriverKit/ !
H A DIOEventLink.iig133 …* @param signalsConsumed When the calling thread wakes up, the amount of signals consumed …
142 …* @param signalsConsumed When the calling thread wakes up, the amount of signals consumed …
153 …* @param signalsConsumed When the calling thread wakes up, the amount of signals consumed …
/xnu-12377.41.6/osfmk/i386/ !
H A Dmp.c765 volatile int *signals = &cpu_datap(cpu)->cpu_signals; in i386_signal_cpu() local
779 i_bit_set(event, signals); in i386_signal_cpu()
786 while (i_bit(event, signals) && rdtsc64() < tsc_timeout) { in i386_signal_cpu()
789 if (i_bit(event, signals)) { in i386_signal_cpu()
1818 volatile int *signals = &cpu_datap(cpu)->cpu_signals; in cpu_signal_pending() local
1821 if (i_bit(event, signals)) { in cpu_signal_pending()
/xnu-12377.41.6/doc/primitives/ !
H A Dsched_cond.md75 In this example, the producer thread signals the consumer (E), resulting in an explicit wake (A) if…
/xnu-12377.41.6/tests/ !
H A DMakefile98 include signals/Makefile