Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dhtab_update.c108 void *thread_err = NULL; in test_concurrent_update() local
110 pthread_join(tids[i], &thread_err); in test_concurrent_update()
111 ASSERT_EQ(thread_err, NULL, "update error"); in test_concurrent_update()