Searched refs:thread_err (Results 1 – 1 of 1) sorted by relevance
128 void *thread_err = NULL; in test_concurrent_update() local130 pthread_join(tids[i], &thread_err); in test_concurrent_update()131 ASSERT_EQ(thread_err, NULL, "update error"); in test_concurrent_update()