Searched defs:_PR_NBIO_FLAG (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c944 #define _PR_NBIO_FLAG FNDELAY macro
946 #define _PR_NBIO_FLAG O_NONBLOCK macro
976 fcntl(pr_wp.pipefd[0], F_SETFL, flags | _PR_NBIO_FLAG);
978 fcntl(pr_wp.pipefd[1], F_SETFL, flags | _PR_NBIO_FLAG);

Completed in 341 milliseconds