Home
last modified time | relevance | path

Searched refs:WORK_INTERVAL_FLAG_IGNORED (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/bsd/sys/
H A Dwork_interval.h155 #define WORK_INTERVAL_FLAG_IGNORED (0x20) macro
/xnu-11215.61.5/tests/
H A Dwork_interval_data_test.c215 …T_QUIET; T_ASSERT_EQ(wi_instance->wi_create_flags & WORK_INTERVAL_FLAG_IGNORED, 0, "ignored flag s… in start_work_interval_instance()
238 T_QUIET; T_ASSERT_EQ(wi_instance->wi_create_flags & WORK_INTERVAL_FLAG_IGNORED, 0, "ignored flag"); in finish_work_interval_instance()
/xnu-11215.61.5/libsyscall/wrappers/
H A Dwork_interval.c121 if (interval_handle->create_flags & WORK_INTERVAL_FLAG_IGNORED) { in work_interval_notify()
/xnu-11215.61.5/osfmk/kern/
H A Dwork_interval.c1135 create_flags |= WORK_INTERVAL_FLAG_IGNORED; in kern_work_interval_create()