Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/iokit/IOKit/
H A DIOConditionLock.h48 volatile int condition; variable
/xnu-12377.41.6/osfmk/corecrypto/
H A Dcc_try_abort.c65 cc_try_abort_if(bool condition, const char *msg) in cc_try_abort_if()
H A Dcc_internal.h194 #define CC_MULTI_IF_AND(condition) \ argument
/xnu-12377.41.6/tools/tests/perf_index/
H A Dfail.h17 #define VERIFY(condition, fail_message) do {\ argument
/xnu-12377.41.6/tests/bounded_ptr_src/
H A Dexample.malloc.cpp45 require(bool condition) in require()
/xnu-12377.41.6/iokit/Kernel/
H A DIOConditionLock.cpp64 IOConditionLock::withCondition(int condition, bool intr) in withCondition()