Home
last modified time | relevance | path

Searched refs:test_run (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/test/libc-tests/tests/common/
H A Dtest_common.h36 extern void test_run(int nthr, test_func_t, void *arg, const char *, ...);
H A Dtest_common.c81 test_run(0, NULL, NULL, NULL); in test_start()
206 test_run(int nthr, void (*func)(test_t, void *), void *arg, in test_run() function
/titanic_50/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c129 test_run(NUMTHR, testlocale_thr_one, NULL, "newlocale_threaded"); in test_newlocale_threaded()
/titanic_50/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c220 test_run(NUMTHR, test_wcsrtombs_thr_work, NULL, "wcsrtombs_threaded"); in test_wcsrtombs_threaded()