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.cxx543 YieldFunc pending,
544 YieldFunc queued,
545 YieldFunc handle );
901 YieldFunc pending;
902 YieldFunc handle;
965 YieldFunc pending, in sal_source_create_watch()
966 YieldFunc handle, in sal_source_create_watch()
995 YieldFunc pending, in Insert() argument
996 YieldFunc, in Insert()
997 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 );