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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp1834 #define TLOG(fmt, args...) { if(kIOLogYield & gIOKitDebug) { IOLog("[%llx] ", thread_tid(current_thread())); IOLog(fmt, ## args); }} macro
1880 TLOG("%s[0x%qx]::terminatePhase1(%08llx)\n", getName(), getRegistryEntryID(), (long long)options);
1936 TLOG("%s[0x%qx]::waitPhase1(%s[0x%qx])\n",
1945 TLOG("%s[0x%qx]::did waitPhase1(%s[0x%qx])\n",
1963 TLOG("%s[0x%qx]::requestTerminate(%s[0x%qx], %08llx)\n",
1967 TLOG("%s[0x%qx]::requestTerminate(%s[0x%qx], ok = %d)\n",
2004 TLOG("%s[0x%qx]::wakePhase1\n", getName(), getRegistryEntryID());
2119 TLOG("%s[0x%qx]::scheduleStop(%s[0x%qx])\n", getName(), regID1, provider->getName(), regID2);
2145 TLOG("%s[0x%qx]::scheduleFinalize\n", getName(), regID1);
2206 TLOG("
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dsched_prim.c367 #define TLOG(a, fmt, args...) if(debug_task & a) kprintf(fmt, ## args) macro
369 #define TLOG(a, fmt, args...) do {} while (0) macro
2301 TLOG(1, "thread_invoke: calling stack_handoff\n");
2421 TLOG(1,"thread_invoke: returning machine_switch_context: self %p continuation %p thread %p\n", self, continuation, thread);
2846 TLOG(1, "thread_continue: calling call_continuation \n");

Completed in 183 milliseconds