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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dinstrumt.c373 PR_CREATE_TRACE( th, "TraceTest", "tt2", "A description for the trace test" );
374 PR_CREATE_TRACE( th, "TraceTest", "tt3", "A description for the trace test" );
375 PR_CREATE_TRACE( th, "TraceTest", "tt4", "A description for the trace test" );
376 PR_CREATE_TRACE( th, "TraceTest", "tt5", "A description for the trace test" );
377 PR_CREATE_TRACE( th, "TraceTest", "tt6", "A description for the trace test" );
378 PR_CREATE_TRACE( th, "TraceTest", "tt7", "A description for the trace test" );
379 PR_CREATE_TRACE( th, "TraceTest", "tt8", "A description for the trace test" );
381 PR_CREATE_TRACE( th, "Trace Test", "tt0", "QName is Trace Test, not TraceTest" );
382 PR_CREATE_TRACE( th, "Trace Test", "tt1", "QName is Trace Test, not TraceTest" );
383 PR_CREATE_TRACE( t
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtrace.h216 #define PR_CREATE_TRACE(handle,qName,rName,description)\ macro
219 #define PR_CREATE_TRACE(handle,qName,rName,description) macro

Completed in 61 milliseconds