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

/xsrc/external/mit/xorg-server/dist/os/
H A Dinputthread.c73 int readPipe; member in struct:__anon5e789ed60108
425 inputThreadInfo->readPipe = fds[0];
426 fcntl(inputThreadInfo->readPipe, F_SETFL, O_NONBLOCK);
427 flags = fcntl(inputThreadInfo->readPipe, F_GETFD);
430 (void)fcntl(inputThreadInfo->readPipe, F_SETFD, flags);
432 SetNotifyFd(inputThreadInfo->readPipe, InputThreadNotifyPipe, X_NOTIFY_READ, NULL);
514 RemoveNotifyFd(inputThreadInfo->readPipe);
515 close(inputThreadInfo->readPipe);
517 inputThreadInfo->readPipe = -1;

Completed in 2 milliseconds