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

/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); }} macro
1717 TLOG("%s::terminatePhase1(%08llx)\n", getName(), (long long)options);
1761 TLOG("%s::waitPhase1(%s)\n", getName(), victim->getName());
1769 TLOG("%s::did waitPhase1(%s)\n", getName(), victim->getName());
1786 TLOG("%s::requestTerminate(%s, %08llx)\n",
1789 TLOG("%s::requestTerminate(%s, ok = %d)\n",
1825 TLOG("%s::wakePhase1\n", getName());
1918 TLOG("%s::scheduleStop(%s)\n", getName(), provider->getName());
1945 TLOG("%s::scheduleFinalize\n", getName());
2005 TLOG("
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.c345 #define TLOG(a, fmt, args...) /* kprintf(fmt, ## args) */ macro
347 #define TLOG(a, fmt, args...) /* kprintf(fmt, ## args) */ macro
2161 TLOG(1, "thread_invoke: calling stack_handoff\n");
2283 TLOG(1,"thread_invoke: returning machine_switch_context: self %p continuation %p thread %p\n", self, continuation, thread);
2652 TLOG(1, "thread_continue: calling call_continuation \n");

Completed in 29 milliseconds