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

/fuchsia/zircon/kernel/tests/
H A Dpreempt_disable_tests.cpp95 thread_resched_reenable();
110 thread_resched_reenable();
111 thread_resched_reenable();
131 // Test that thread_resched_reenable() clears preempt_pending.
139 thread_resched_reenable();
169 thread_resched_reenable();
198 thread_resched_reenable();
217 thread_resched_reenable();
281 thread_resched_reenable();
/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h436 // thread_resched_reenable() to decrement the preempt_disable counter.
446 // thread_resched_reenable() decrements the preempt_disable counter. See
448 static inline void thread_resched_reenable(void) { function
487 // using thread_resched_disable()/thread_resched_reenable().
512 thread_resched_reenable();

Completed in 75 milliseconds