Searched refs:hotplugPipeRead (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | inputthread.c | 81 static int hotplugPipeRead = -1; variable 293 if (InputThreadReadPipe(hotplugPipeRead) == 0) { in InputThreadPipeNotify() 331 ospoll_add(inputThreadInfo->fds, hotplugPipeRead, in InputThreadDoWork() 335 ospoll_listen(inputThreadInfo->fds, hotplugPipeRead, X_NOTIFY_READ); in InputThreadDoWork() 381 ospoll_remove(inputThreadInfo->fds, hotplugPipeRead); in InputThreadDoWork() 436 hotplugPipeRead = hotplugPipe[0]; in InputThreadPreInit() 437 fcntl(hotplugPipeRead, F_SETFL, O_NONBLOCK); in InputThreadPreInit() 438 flags = fcntl(hotplugPipeRead, F_GETFD); in InputThreadPreInit() 441 (void)fcntl(hotplugPipeRead, F_SETFD, &flags); in InputThreadPreInit() 520 close(hotplugPipeRead); in InputThreadFini() [all …]
|