Searched refs:readFd (Results 1 – 5 of 5) sorted by relevance
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
D | pipe_test_003.cpp | 43 int *readFd = &pipefd[0]; in TestPipeSingleProcessFcntl() local 49 int flag = fcntl(*readFd, F_GETFL); in TestPipeSingleProcessFcntl() 50 fcntl(*readFd, F_SETFL, flag | O_NONBLOCK); in TestPipeSingleProcessFcntl() 71 retValue = read(*readFd, readbuffer, sizeof(readbuffer)); in TestPipeSingleProcessFcntl() 82 fcntl(*readFd, F_SETFL, O_NONBLOCK); in TestPipeSingleProcessFcntl() 83 ret = fcntl(*readFd, F_GETFL, O_NONBLOCK); in TestPipeSingleProcessFcntl() 85 retValue = read(*readFd, readbuffer, sizeof(readbuffer)); in TestPipeSingleProcessFcntl()
|
D | pipe_test_001.cpp | 43 int *readFd = &pipefd[0]; in TestPipeSingleProcess() local 49 int flag = fcntl(*readFd, F_GETFL); in TestPipeSingleProcess() 50 fcntl(*readFd, F_SETFL, flag | O_NONBLOCK); in TestPipeSingleProcess() 68 retValue = read(*readFd, readbuffer, sizeof(readbuffer)); in TestPipeSingleProcess()
|
D | pipe_test_005.cpp | 47 int *readFd = &pipefd[0]; in PipecommonWrite() local 70 close(*readFd); in PipecommonWrite() 88 close(*readFd); in PipecommonWrite()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
D | pipe_test_002.cpp | 44 int *readFd = &pipefd[0]; in TestPipeMultiProcess() local 52 int flag = fcntl(*readFd, F_GETFL); in TestPipeMultiProcess() 53 fcntl(*readFd, F_SETFL, flag | O_NONBLOCK); in TestPipeMultiProcess() 93 retValue = read(*readFd, readbuffer, strlen(sentence1) + 1); in TestPipeMultiProcess()
|
D | It_ipc_pipe_004.cpp | 41 int *readFd = &pipefd[0]; in TestCase() local 65 retValue = read(*readFd, readbuffer, sizeof(readbuffer)); in TestCase()
|