Home
last modified time | relevance | path

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

/xnu-8792.41.9/tests/ !
H A Dimm_pinned_control_port.c225 boolean_t found_self = false; in test_task_thread_port_values() local
256 found_self = true; in test_task_thread_port_values()
261 T_EXPECT_TRUE(found_self, "task_threads() should return immovable thread self"); in test_task_thread_port_values()
293 found_self = false; in test_task_thread_port_values()
296 found_self = true; in test_task_thread_port_values()
301 T_EXPECT_TRUE(found_self, " processor_set_tasks() should return immovable task self"); in test_task_thread_port_values()
/xnu-8792.41.9/bsd/kern/ !
H A Dkern_lockf.c1286 int found_self = 0; in lf_findoverlap() local
1311 if ((type & SELF) && found_self) { in lf_findoverlap()
1321 found_self = 1; in lf_findoverlap()