Home
last modified time | relevance | path

Searched refs:watchFds (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dcore.c179 core.watchFds = NULL; in initCore()
H A Ddisplay.c935 watchFd->next = core.watchFds; in compAddWatchFd()
936 core.watchFds = watchFd; in compAddWatchFd()
955 for (i = core.nWatchFds - 1, w = core.watchFds; w; i--, w = w->next) in compRemoveWatchFd()
968 core.watchFds = w->next; in compRemoveWatchFd()
986 for (i = core.nWatchFds - 1, w = core.watchFds; w; i--, w = w->next) in compWatchFdEvents()
1227 for (i = core.nWatchFds - 1, w = core.watchFds; w; i--, w = w->next) in doPoll()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h678 CompWatchFd *watchFds; member