Searched defs:test_debugf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c82 test_debugf(t, NULL);
176 test_debugf(test_t t, const char *format, ...) function
231 test_debugf(t, "running %d threads", nthr);
234 test_debugf(t, "started thread %d", i);
240 test_debugf(t, "thread %d joined", i);
294 test_debugf(t, "too many arguments to function >= %d", MAXCB);

Completed in 58 milliseconds