Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Dsm.cxx153 static struct pollfd* pFilehandles;
176 struct pollfd* ICEConnectionObserver::pFilehandles = NULL;
663 int nBytes = sizeof( struct pollfd )*(nConnectionsBefore+1); in ICEConnectionWorker()
664 struct pollfd* pLocalFD = (struct pollfd*)rtl_allocateMemory( nBytes ); in ICEConnectionWorker()
723 …pFilehandles = (struct pollfd*)rtl_reallocateMemory( pFilehandles, sizeof( struct pollfd )*(nConne… in ICEWatchProc()
770 … rtl_moveMemory( pFilehandles+i+1, pFilehandles+i+2, sizeof( struct pollfd )*(nConnections-i-1) ); in ICEWatchProc()
774 …pFilehandles = (struct pollfd*)rtl_reallocateMemory( pFilehandles, sizeof( struct pollfd )*(nConne… in ICEWatchProc()
H A Di18n_im.cxx529 struct pollfd aFileDescriptor; in InputMethod_HasPendingEvent()
H A Dsaldisp.cxx2746 struct pollfd aFD; in XIfEventWithTimeout()
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx902 GPollFD pollfd; member
919 watch->pending (watch->pollfd.fd, watch->user_data)) { in sal_source_prepare()
920 watch->pollfd.revents |= watch->condition; in sal_source_prepare()
932 return watch->pollfd.revents & watch->condition; in sal_source_check()
945 watch->handle (watch->pollfd.fd, watch->user_data); in sal_source_dispatch()
981 watch->pollfd.fd = fd; in sal_source_create_watch()
982 watch->pollfd.events = condition; in sal_source_create_watch()
989 g_source_add_poll (source, &watch->pollfd); in sal_source_create_watch()
1018 if (watch->pollfd.fd == nFD) in Remove()
/trunk/main/vcl/unx/headless/
H A Dsvpinst.cxx407 struct pollfd aPoll; in Yield()
/trunk/main/sal/osl/unx/
H A Dsocket.c2524 struct pollfd fds; in __osl_socket_poll()
/trunk/main/sal/osl/os2/
H A Dsocket.c2562 struct pollfd fds; in __osl_socket_poll()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx3719 pollfd aPollFD; in dispatchEvent()

Completed in 124 milliseconds