Searched refs:PR_LogPrint (Results 1 - 25 of 47) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlogger.c64 PR_LogPrint _args ; \
80 PR_LogPrint("%s logging creating mutex\n", (const char*)arg);
82 PR_LogPrint("%s logging creating condition variable\n", (const char*)arg);
85 PR_LogPrint("%s waiting on condition timeout 10 times\n", (const char*)arg);
93 PR_LogPrint("%s logging destroying condition variable\n", (const char*)arg);
95 PR_LogPrint("%s logging destroying mutex\n", (const char*)arg);
97 PR_LogPrint("%s forked thread exiting\n", (const char*)arg);
143 PR_LogPrint("%s logging into %s\n", argv[0], argv[1]);
145 PR_LogPrint("%s creating new thread\n", argv[0]);
154 PR_LogPrint("
[all...]
H A Dop_filnf.c62 #define printf PR_LogPrint
H A Dop_noacc.c61 #define printf PR_LogPrint
H A Dop_nofil.c61 #define printf PR_LogPrint
H A Dop_2long.c62 #define printf PR_LogPrint
H A Dop_filok.c60 #define printf PR_LogPrint
H A Djoinkk.c70 #define printf PR_LogPrint
H A Djoinku.c70 #define printf PR_LogPrint
H A Djoinuk.c70 #define printf PR_LogPrint
H A Djoinuu.c70 #define printf PR_LogPrint
H A Dtimemac.c48 #define printf PR_LogPrint
H A Dfileio.c72 #define printf PR_LogPrint
H A Dintrio.c51 #define printf PR_LogPrint
H A Djoin.c69 #define printf PR_LogPrint
H A Dsem.c80 #define printf PR_LogPrint
H A Dsockopt.c63 #define printf PR_LogPrint
H A Dsuspend.c62 #define printf PR_LogPrint
H A Dthreads.c48 #define printf PR_LogPrint
H A Dnonblock.c76 PR_LogPrint(fmt);
79 #define printf PR_LogPrint
H A Dthrpool_client.c73 PR_LogPrint(fmt);
76 #define printf PR_LogPrint
H A Dio_timeout.c62 #define printf PR_LogPrint
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlog.h47 #define PR_LogPrint VBoxNsprPR_LogPrint macro
194 NSPR_API(void) PR_LogPrint(const char *fmt, ...);
221 PR_LogPrint _args; \
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/
H A Dgc1.c59 #define printf PR_LogPrint
H A Dthrashgc.c76 #define printf PR_LogPrint
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlog.c70 * because PR_ASSERT calls PR_LogPrint, which in turn calls _PR_LOCK_LOG.
501 PR_IMPLEMENT(void) PR_LogPrint(const char *fmt, ...) function
572 PR_LogPrint("Aborting");
595 PR_LogPrint("Assertion failure: %s, at %s:%d\n", s, file, ln);

Completed in 92 milliseconds

12