Searched refs:test_run (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/test/libc-tests/tests/common/ |
H A D | test_common.h | 36 extern void test_run(int nthr, test_func_t, void *arg, const char *, ...);
|
H A D | test_common.c | 81 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 D | newlocale_test.c | 129 test_run(NUMTHR, testlocale_thr_one, NULL, "newlocale_threaded"); in test_newlocale_threaded()
|
/titanic_50/usr/src/test/libc-tests/tests/wcsrtombs/ |
H A D | wcsrtombs_test.c | 220 test_run(NUMTHR, test_wcsrtombs_thr_work, NULL, "wcsrtombs_threaded"); in test_wcsrtombs_threaded()
|