Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx535 YieldFunc pending,
536 YieldFunc queued,
537 YieldFunc handle );
893 YieldFunc pending;
894 YieldFunc handle;
957 YieldFunc pending, in sal_source_create_watch()
958 YieldFunc handle, in sal_source_create_watch()
987 YieldFunc pending, in Insert() argument
988 YieldFunc, in Insert()
989 YieldFunc handle ) in Insert()
/trunk/main/vcl/unx/generic/app/
H A Dsaldata.cxx584 YieldFunc pending; // predicate (determines pending events)
585 YieldFunc queued; // read and queue up events
586 YieldFunc handle; // handle pending events
598 YieldFunc pending, in Insert()
599 YieldFunc queued, in Insert()
600 YieldFunc handle ) in Insert()
H A Dsaldisp.cxx645 (YieldFunc) DisplayHasEvent, in SalX11Display()
646 (YieldFunc) DisplayQueue, in SalX11Display()
647 (YieldFunc) DisplayYield ); in SalX11Display()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx205 typedef int(*YieldFunc)(int fd, void* data); typedef
240 YieldFunc pending,
241 YieldFunc queued,
242 YieldFunc handle );