Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 8 of 8) sorted by relevance

/xnu-8796.121.2/tests/
H A Dstackshot_block_owner_14362384.m541 T_EXPECT_EQ(len, 2, "There should only be two blocking threads");
547 …T_EXPECT_EQ(curr->owner, thread_id, "Thread ID of blocking thread should match 'owner' field in st…
583 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
621 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Creating message blocking thread");
627 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
639 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
648 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Joining on blocking thread");
666 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Creating ulock blocking thread");
672 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
677 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Joining on blocking thread");
[all …]
H A Dstackshot_idle_25570396.m22 #define NUMENQUEUES 16 // number of blocking jobs to enqueue
217 * stackshot. Where this is called, the blocking jobs have been cleared from the work queue,
H A Dnet_tuntests.c125 setblocking(int s, bool blocking) in setblocking() argument
134 if (blocking) { in setblocking()
143 blocking ? "blocking" : "nonblocking"); in setblocking()
H A Dstackshot_tests.m2773 /* we found something that is blocking the correct threadid */
/xnu-8796.121.2/doc/
H A Dsched_cond.md39 2. If in the time since waking (B) and blocking (D), the consumer thread has been sent a wakeup (A)…
H A Dsched_clutch_edge.md75 …duler calculates an interactivity score based on the ratio of voluntary blocking time and CPU usag…
226 …value tracks the amount of work threads at this QoS typically do before blocking or context switch…
/xnu-8796.121.2/doc/memorystatus/
H A Doverview.md155 to freeze up to that many processes before blocking. `memorystatus_pick_freeze_count_for_wakeup` re…
/xnu-8796.121.2/doc/allocators/
H A Dapi-basics.md50 - `Z_NOWAIT` can be used to require a fully non blocking behavior, which can be