Searched refs:noise_thread (Results 1 – 1 of 1) sorted by relevance
55 pthread_t noise_thread; in FIXTURE() local104 static void *noise_thread(void *arg) in noise_thread() function151 ASSERT_EQ(pthread_create(&self->noise_thread, NULL, noise_thread, &self->noise_params), 0); in FIXTURE_SETUP()157 pthread_join(self->noise_thread, NULL); in FIXTURE_TEARDOWN()