Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/futex/functional/
H A Dfutex_priv_hash.c69 static void *thread_return_fn(void *arg) in thread_return_fn() function
152 ret = pthread_create(&threads[0], NULL, thread_return_fn, NULL); in TEST()