Home
last modified time | relevance | path

Searched refs:darwinEventReadFD (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Ddarwin.c120 int darwinEventReadFD = -1; variable
369 SetNotifyFd(darwinEventReadFD, DarwinInputHandlerNotify, X_NOTIFY_READ, NULL); in DarwinMouseProc()
375 RemoveNotifyFd(darwinEventReadFD); in DarwinMouseProc()
438 SetNotifyFd(darwinEventReadFD, DarwinInputHandlerNotify, X_NOTIFY_READ, NULL); in DarwinTabletProc()
444 RemoveNotifyFd(darwinEventReadFD); in DarwinTabletProc()
466 SetNotifyFd(darwinEventReadFD, DarwinInputHandlerNotify, X_NOTIFY_READ, NULL); in DarwinKeybdProc()
471 RemoveNotifyFd(darwinEventReadFD); in DarwinKeybdProc()
H A DquartzStartup.c122 darwinEventReadFD = fd[0]; in server_main()
124 fcntl(darwinEventReadFD, F_SETFL, O_NONBLOCK); in server_main()
H A Ddarwin.h58 extern int darwinEventReadFD;
H A DdarwinEvents.c403 x = read(darwinEventReadFD, &nullbyte, sizeof(nullbyte)); in ProcessInputEvents()