Searched refs:YieldFunc (Results 1 – 4 of 4) sorted by relevance
/trunk/main/vcl/unx/gtk/app/ |
H A D | gtkdata.cxx | 547 YieldFunc pending, 548 YieldFunc queued, 549 YieldFunc handle ); 905 YieldFunc pending; 906 YieldFunc handle; 969 YieldFunc pending, in sal_source_create_watch() 970 YieldFunc handle, in sal_source_create_watch() 999 YieldFunc pending, in Insert() argument 1000 YieldFunc, in Insert() 1001 YieldFunc handle ) in Insert()
|
/trunk/main/vcl/unx/generic/app/ |
H A D | saldata.cxx | 584 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 D | saldisp.cxx | 647 (YieldFunc) DisplayHasEvent, in SalX11Display() 648 (YieldFunc) DisplayQueue, in SalX11Display() 649 (YieldFunc) DisplayYield ); in SalX11Display()
|
/trunk/main/vcl/inc/unx/ |
H A D | saldisp.hxx | 205 typedef int(*YieldFunc)(int fd, void* data); typedef 240 YieldFunc pending, 241 YieldFunc queued, 242 YieldFunc handle );
|
Completed in 38 milliseconds