Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/
H A DIOConditionLock.h56 static OSPtr<IOConditionLock> withCondition(int condition, bool inIntr = true);
/xnu-8020.121.3/iokit/Kernel/
H A DIOConditionLock.cpp64 IOConditionLock::withCondition(int condition, bool intr) in withCondition() function in IOConditionLock