Searched refs:pipeFdPpoll (Results 1 – 3 of 3) sorted by relevance
39 static INT32 pipeFdPpoll[2]; variable102 retVal = pipe(pipeFdPpoll); in testcase()106 pfd.fd = pipeFdPpoll[0]; in testcase()123 retVal = write(pipeFdPpoll[1], "hello world.", sizeof(strBuf)); in testcase()136 retVal = write(pipeFdPpoll[1], "hello world.", sizeof(strBuf)); in testcase()
39 static int pipeFdPpoll[2]; variable82 retVal = pipe(pipeFdPpoll); in testcase()87 pfd.fd = pipeFdPpoll[0]; in testcase()96 retVal = write(pipeFdPpoll[1], "hello world.", sizeof(strBuf)); in testcase()
38 static INT32 pipeFdPpoll[2]; variable86 retVal = pipe(pipeFdPpoll); in testcase()91 pfd.fd = pipeFdPpoll[0]; in testcase()108 retVal = write(pipeFdPpoll[1], "hello world.", sizeof(strBuf)); in testcase()