Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/ipc/
H A Dimm_pinned_control_port_entitled.c56 boolean_t found_self = false; in test_task_thread_port_values() local
87 found_self = true; in test_task_thread_port_values()
92 T_EXPECT_TRUE(found_self, "task_threads() should return thread self"); in test_task_thread_port_values()
129 found_self = false; in test_task_thread_port_values()
132 found_self = true; in test_task_thread_port_values()
137 T_EXPECT_TRUE(found_self, "processor_set_tasks() should return immovable task self"); in test_task_thread_port_values()
/xnu-12377.61.12/tests/
H A Drunaway_mitigation.c446 static bool found_self = false; variable
484 found_self = true; in search_for_self_microstackshot()
577 T_EXPECT_EQ(found_self, true,
/xnu-12377.61.12/bsd/kern/
H A Dkern_lockf.c1283 int found_self = 0; in lf_findoverlap() local
1308 if ((type & SELF) && found_self) { in lf_findoverlap()
1318 found_self = 1; in lf_findoverlap()