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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DquartzStartup.c107 darwinEventReadFD = fd[0];
109 fcntl(darwinEventReadFD, F_SETFL, O_NONBLOCK);
H A Ddarwin.h57 extern int darwinEventReadFD;
H A Ddarwin.c89 int darwinEventReadFD = -1; variable in typeref:typename:int
323 AddEnabledDevice( darwinEventReadFD );
328 RemoveEnabledDevice(darwinEventReadFD);
376 AddEnabledDevice( darwinEventReadFD );
381 RemoveEnabledDevice(darwinEventReadFD);
401 AddEnabledDevice( darwinEventReadFD );
405 RemoveEnabledDevice( darwinEventReadFD );
H A DdarwinEvents.c390 x = read(darwinEventReadFD, &nullbyte, sizeof(nullbyte));
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DquartzStartup.c122 darwinEventReadFD = fd[0];
124 fcntl(darwinEventReadFD, F_SETFL, O_NONBLOCK);
H A Ddarwin.h58 extern int darwinEventReadFD;
H A Ddarwin.c119 int darwinEventReadFD = -1; variable in typeref:typename:int
350 SetNotifyFd(darwinEventReadFD, DarwinInputHandlerNotify, X_NOTIFY_READ, NULL);
356 RemoveNotifyFd(darwinEventReadFD);
419 SetNotifyFd(darwinEventReadFD, DarwinInputHandlerNotify, X_NOTIFY_READ, NULL);
425 RemoveNotifyFd(darwinEventReadFD);
447 SetNotifyFd(darwinEventReadFD, DarwinInputHandlerNotify, X_NOTIFY_READ, NULL);
452 RemoveNotifyFd(darwinEventReadFD);
H A DdarwinEvents.c403 x = read(darwinEventReadFD, &nullbyte, sizeof(nullbyte));

Completed in 10 milliseconds