Searched refs:ticking_thread (Results 1 – 1 of 1) sorted by relevance
108 pthread_t ticking_thread; in TEST_F() local 125 pthread_create(&ticking_thread, NULL, ticking_func, in TEST_F() 135 pthread_join(ticking_thread, NULL); in TEST_F()