Home
last modified time | relevance | path

Searched refs:FIBER_STOP (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/tests/unit/mocks/fibers/
H A Dfibers.c168 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()
H A Dfibers.h148 #define FIBER_STOP 0x2 macro
/xnu-12377.1.9/tests/unit/mocks/
H A Dmock_thread.c1523 …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); \