Searched refs:thread_preempt_disable (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/include/kernel/
H A Dinterrupt.h26 thread_preempt_disable();
H A Dthread.h166 // thread_preempt_disable().
374 // thread_preempt_disable() increments the preempt_disable counter for the
385 // A call to thread_preempt_disable() must be matched by a later call to
387 static inline void thread_preempt_disable(void) { function
397 // thread_preempt_disable().
415 // calling thread_preempt_disable().
430 // This is a weaker version of thread_preempt_disable().
468 // are disabled, between thread_preempt_disable() and
/fuchsia/zircon/kernel/tests/
H A Dpreempt_disable_tests.cpp87 thread_preempt_disable();
99 thread_preempt_disable();
100 thread_preempt_disable();
123 thread_preempt_disable();
152 thread_preempt_disable();
246 thread_preempt_disable();
/fuchsia/zircon/kernel/arch/x86/
H A Dfaults.cpp122 thread_preempt_disable();
262 thread_preempt_disable();

Completed in 84 milliseconds