Searched refs:kIOLogYield (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOKitDebug.h63 kIOLogYield = 0x00000040ULL, enumerator in enum:__anon593
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp1671 #define TLOG(fmt, args...) { if(kIOLogYield & gIOKitDebug) { IOLog("[%llx] ", thread_tid(current_thread())); IOLog(fmt, ## args); }}

Completed in 18 milliseconds