Searched refs:FIBER_STOP (Results 1 – 3 of 3) sorted by relevance
168 fiber->state = FIBER_STOP; in fibers_create()357 fibers_switch_to_by_id(fiber_id, FIBER_STOP); in fibers_yield_to()364 fibers_choose_next(FIBER_STOP); in fibers_yield()406 fibers_choose_next(FIBER_STOP); in fibers_may_yield_with_prob_and_reason()
148 #define FIBER_STOP 0x2 macro
1523 …PT_QUIET; PT_ASSERT_TRUE(thread->fiber->state & FIBER_STOP, "leftover fiber in waitq not in FIBER_…1610 …PT_QUIET; PT_ASSERT_TRUE(mock_thread->fiber->state & FIBER_STOP, "waitq_resume_identified_thread f…1695 fibers_choose_next(FIBER_STOP); \