Home
last modified time | relevance | path

Searched refs:create_other_thread (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/realtime/func/thread_clock/
Dtc-2.c189 if ((create_other_thread(sleeperthread, (void *)(intptr_t) i)) < in main()
198 if ((create_other_thread(workerthread, (void *)(intptr_t) i)) < in main()
/external/ltp/testcases/realtime/func/pi-tests/
Dtestpi-5.c90 create_other_thread(child_thread, NULL); in do_test()
Dtestpi-6.c90 create_other_thread(child_thread, NULL); in do_test()
Dtestpi-4.c210 create_other_thread(func_nonrt, NULL); in main()
Dtestpi-1.c204 create_other_thread(func_nonrt, NULL); in main()
/external/ltp/testcases/realtime/stress/pi-tests/
Dlookup_pi_state.c187 create_other_thread(master_thread, NULL); in main()
/external/ltp/testcases/realtime/include/
Dlibrttest.h256 int create_other_thread(void*(*func)(void*), void *arg);
/external/ltp/testcases/realtime/lib/
Dlibrttest.c337 int create_other_thread(void *(*func) (void *), void *arg) in create_other_thread() function