Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/mach/ !
H A Dsync_policy.h41 #define SYNC_POLICY_FIXED_PRIORITY 0x1 macro
/xnu-8020.140.41/osfmk/kern/ !
H A Dwaitq.c1625 assert((policy & SYNC_POLICY_FIXED_PRIORITY) == 0); in waitq_init()