Searched refs:atomic_thread (Results 1 – 1 of 1) sorted by relevance
17 void *atomic_thread(void *context) { in atomic_thread() function142 pthread_create(&atomic_test[i].pthread_id, NULL, atomic_thread, &atomic_test[i]); in TEST()