Searched refs:do_work (Results 1 – 3 of 3) sorted by relevance
36 static void* do_work(void* arg) { in do_work() function56 pthread_create(&thread2, NULL, do_work, &thread_1); in tls_test()59 pthread_create(&thread3, NULL, do_work, &thread_2); in tls_test()
176 int do_work() { in do_work() function195 int r = do_work(); in do_all_work()
176 int do_work(env_t* env) { in do_work() function202 int r = do_work(&env); in test_work_single_thread()
Completed in 7 milliseconds