Searched refs:thread_preempt_reenable (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/tests/
H A Dpreempt_disable_tests.cpp89 thread_preempt_reenable();
102 thread_preempt_reenable();
103 thread_preempt_reenable();
122 // Test that thread_preempt_reenable() clears preempt_pending.
126 // otherwise cause a reschedule before our thread_preempt_reenable().
128 thread_preempt_reenable();
161 thread_preempt_reenable();
255 thread_preempt_reenable();
/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h386 // thread_preempt_reenable() to decrement the preempt_disable counter.
396 // thread_preempt_reenable() decrements the preempt_disable counter. See
398 static inline void thread_preempt_reenable(void) { function
412 // This is the same as thread_preempt_reenable(), except that it does not
469 // thread_preempt_reenable(). It is similar to sched_reschedule(),

Completed in 84 milliseconds