Home
last modified time | relevance | path

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

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