Searched refs:throbber (Results 1 – 2 of 2) sorted by relevance
33 static void *throbber(void *arg) in throbber() function71 if (pthread_create(&threads[1], NULL, throbber, &array)) { in iteration_test2()
305 pthread_t throbber; in idr_find_test_1() local311 pthread_create(&throbber, NULL, idr_throbber, &throbber_id); in idr_find_test_1()328 pthread_join(throbber, NULL); in idr_find_test_1()