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

/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_trace.h39 UNDEFINED_TRACE_ID = -1 /* indicates trace point has not been registered yet */ enumerator in enum:__anon668
64 static dtrace_id _Dt_FileTraceId = UNDEFINED_TRACE_ID;
71 static dtrace_id _dt_lineid_ = UNDEFINED_TRACE_ID; \
H A Ddebug_trace.c130 if ( *pfileid == UNDEFINED_TRACE_ID ) {
134 if ( *plineid == UNDEFINED_TRACE_ID ) {

Completed in 23 milliseconds