Searched defs:retNum (Results 1 – 2 of 2) sorted by relevance
| /test/xts/hats/kernel/syscalls/async/pselect/ |
| D | PselectApiTest.cpp | 89 int retNum = pselect(numFds + 1, &readFds, &writeFds, nullptr, &timeout, &sigMask); variable 111 …int retNum = pselect(10, reinterpret_cast<fd_set*>(invalidFdSet), nullptr, nullptr, &timeout, null… variable 134 …int retNum = pselect(-1, reinterpret_cast<fd_set*>(invalidFdSet), nullptr, nullptr, &timeout, null… variable
|
| /test/xts/hats/kernel/syscalls/async/ppoll/ |
| D | PpollApiTest.cpp | 91 int retNum = ppoll(pfdArray, numFds, &timeout, &sigMask); variable 110 int retNum = ppoll(fds, 0, &timeout, nullptr); variable
|