Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/ !
H A Dstackshot_block_owner_14362384.m529 T_EXPECT_EQ(len, 2, "There should only be two blocking threads");
535 …T_EXPECT_EQ(curr->owner, thread_id, "Thread ID of blocking thread should match 'owner' field in st…
571 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
609 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Creating message blocking thread");
615 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
627 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
636 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Joining on blocking thread");
654 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Creating ulock blocking thread");
660 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
665 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.m2570 /* we found something that is blocking the correct threadid */
/xnu-8019.80.24/doc/ !
H A Dallocators.md269 `<kern/zalloc.h>` defines several flags that can be used to alter the blocking
272 - `Z_NOWAIT` can be used to require a fully non blocking behavior, which can be
H A Dsched_clutch_edge.md75 …duler calculates an interactivity score based on the ratio of voluntary blocking time and CPU usag…
229 …value tracks the amount of work threads at this QoS typically do before blocking or context switch…