Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/libc/io/full/
DIO_test_ppoll_003.cpp39 static INT32 pipeFdPpoll[2]; variable
102 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()
DIO_test_ppoll_002.cpp39 static int pipeFdPpoll[2]; variable
82 retVal = pipe(pipeFdPpoll); in testcase()
87 pfd.fd = pipeFdPpoll[0]; in testcase()
96 retVal = write(pipeFdPpoll[1], "hello world.", sizeof(strBuf)); in testcase()
DIO_test_ppoll_001.cpp38 static INT32 pipeFdPpoll[2]; variable
86 retVal = pipe(pipeFdPpoll); in testcase()
91 pfd.fd = pipeFdPpoll[0]; in testcase()
108 retVal = write(pipeFdPpoll[1], "hello world.", sizeof(strBuf)); in testcase()