Lines Matching refs:DEBUG_MSG
41 // DEBUG_MSG(NAME,P,MSG)
49 # define DEBUG_MSG(NAME,P,MSG) \
57 # define DEBUG_MSG(NAME,P,MSG)
170 DEBUG_MSG( DEBUG_NAME, invoke_thread_p,
174 DEBUG_MSG( DEBUG_NAME, thread_h, "preempting method with thread" );
178 DEBUG_MSG(DEBUG_NAME, thread_h, "back from preempting method w/thread");
192 DEBUG_MSG( DEBUG_NAME, thread_h,
207 DEBUG_MSG(DEBUG_NAME,thread_h,"self preemption of active thread");
297 #undef DEBUG_MSG
314 // Andy Goodrich: eliminated warning message that occurred if the DEBUG_MSG
318 // Andy Goodrich: use the DEBUG_NAME macro in DEBUG_MSG invocations.