Searched refs:FDRead (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp39 /// poll the FDRead. Signalling thread should call signal() which writes single
40 /// character to FDRead.
46 : FDRead(pipefd[0]), FDWrite(pipefd[1]), OwnsFDs(true) {}
50 : FDRead(other.FDRead), FDWrite(other.FDWrite),
67 close(FDRead);
70 const int FDRead; member in struct:__anon577::SemaphorePipe
207 EventSpec.data.fd = InotifyPollingStopSignal.FDRead;
208 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyPollingStopSignal.FDRead,
228 if (EpollEventBuffer[i].data.fd == InotifyPollingStopSignal.FDRead) {
[all...]

Completed in 125 milliseconds