Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dwork_interval.h150 #define WORK_INTERVAL_FLAG_ENABLE_AUTO_JOIN (0x8) macro
/xnu-8020.101.4/osfmk/kern/
H A Dwork_interval.c270 return (work_interval->wi_create_flags & WORK_INTERVAL_FLAG_ENABLE_AUTO_JOIN) != 0; in work_interval_auto_join_enabled()
862 if (create_flags & WORK_INTERVAL_FLAG_ENABLE_AUTO_JOIN) { in kern_work_interval_create()
873 if ((create_flags & WORK_INTERVAL_FLAG_ENABLE_AUTO_JOIN) == 0) { in kern_work_interval_create()