Home
last modified time | relevance | path

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

/third_party/ltp/testcases/realtime/func/thread_clock/
H A 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()
/third_party/ltp/testcases/realtime/func/pi-tests/
H A Dtestpi-5.c90 create_other_thread(child_thread, NULL); in do_test()
H A Dtestpi-6.c89 create_other_thread(child_thread, NULL); in do_test()
H A Dtestpi-4.c210 create_other_thread(func_nonrt, NULL); in main()
H A Dtestpi-1.c204 create_other_thread(func_nonrt, NULL); in main()
/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dlookup_pi_state.c187 create_other_thread(master_thread, NULL); in main()
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h250 /* create_other_thread: spawn a SCHED_OTHER thread
255 int create_other_thread(void*(*func)(void*), void *arg);
/third_party/ltp/testcases/realtime/lib/
H A Dlibrttest.c340 int create_other_thread(void *(*func) (void *), void *arg) in create_other_thread() function

Completed in 4 milliseconds