Home
last modified time | relevance | path

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

/openbsd-src/regress/sys/kern/pipe/
H A Dtest-run-down.c44 static void *write_thread(void *);
154 error = pthread_create(&th, NULL, write_thread, &ctx); in test_run_down()
186 write_thread(void *arg) in write_thread() function