Home
last modified time | relevance | path

Searched refs:throbber (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/radix-tree/
Diteration_check_2.c33 static void *throbber(void *arg) in throbber() function
71 if (pthread_create(&threads[1], NULL, throbber, &array)) { in iteration_test2()
Didr-test.c305 pthread_t throbber; in idr_find_test_1() local
311 pthread_create(&throbber, NULL, idr_throbber, &throbber_id); in idr_find_test_1()
328 pthread_join(throbber, NULL); in idr_find_test_1()