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

/seL4-camkes-master/tools/rumprun/tests/basic/
H A Dpthread_test.c129 int nullfd; local
179 if ((nullfd = open("/dev/null", O_RDONLY)) < 0)
181 if (pthread_create(&pt, NULL, fdthread, (void *)&nullfd) != 0)

Completed in 22 milliseconds