Searched refs:create_other_thread (Results 1 – 8 of 8) sorted by relevance
189 if ((create_other_thread(sleeperthread, (void *)(intptr_t) i)) < in main()198 if ((create_other_thread(workerthread, (void *)(intptr_t) i)) < in main()
90 create_other_thread(child_thread, NULL); in do_test()
210 create_other_thread(func_nonrt, NULL); in main()
204 create_other_thread(func_nonrt, NULL); in main()
187 create_other_thread(master_thread, NULL); in main()
256 int create_other_thread(void*(*func)(void*), void *arg);
337 int create_other_thread(void *(*func) (void *), void *arg) in create_other_thread() function