Home
last modified time | relevance | path

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

/openbsd/src/regress/sys/kern/pipe/
Dtest-close.c31 static void *close_thread(void *);
55 error = pthread_create(&th1, NULL, close_thread, &ctx1); in test_close_race()
60 error = pthread_create(&th2, NULL, close_thread, &ctx2); in test_close_race()
87 close_thread(void *arg) in close_thread() function