Home
last modified time | relevance | path

Searched refs:readFd (Results 1 – 5 of 5) sorted by relevance

/kernel/liteos_a/testsuites/unittest/extended/signal/full/
Dpipe_test_003.cpp43 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()
Dpipe_test_001.cpp43 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()
Dpipe_test_005.cpp47 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/
Dpipe_test_002.cpp44 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()
DIt_ipc_pipe_004.cpp41 int *readFd = &pipefd[0]; in TestCase() local
65 retValue = read(*readFd, readbuffer, sizeof(readbuffer)); in TestCase()