Searched refs:OSDebugStrIfConnected (Results 1 – 3 of 3) sorted by relevance
43 #define OSDebugStrIfConnected(message) macro
291 #define OSDebugStrIfConnected(message) do { if (OSIsDebuggerPresent()) OSDebugStr(message); } while… macro297 extern void OSDebugStrIfConnected(const char *message);
737 OSDebugStrIfConnected(0); in DEMOGfxWaitForSwap()