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

/seL4-camkes-master/tools/rumprun/tests/basic/
H A Dpthread_test.c111 fdthread(void *arg) function
117 err(1, "fdthread read");
119 err(1, "fdthread close");
181 if (pthread_create(&pt, NULL, fdthread, (void *)&nullfd) != 0)

Completed in 22 milliseconds