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

/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_trace.h46 typedef void (*DTRACE_PRINT_CALLBACK)(const char * file, int line, int argc, const char * fmt, va_list arglist); typedef
57 extern void DTrace_PrintFunction(DTRACE_PRINT_CALLBACK pfn, dtrace_id * pFileTraceId, dtrace_id * pTraceId, const char * file, int line, int argc, const char * fmt, ...);
H A Ddebug_trace.c213 * be used from within a DTRACE_PRINT_CALLBACK function.
228 * be used from within a DTRACE_PRINT_CALLBACK function.
258 void DTrace_PrintFunction( DTRACE_PRINT_CALLBACK pfn, dtrace_id * pFileTraceId, dtrace_id * pLineTraceId,

Completed in 30 milliseconds