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

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

Completed in 54 milliseconds