Home
last modified time | relevance | path

Searched refs:silc_schedule_one (Results 1 – 6 of 6) sorted by relevance

/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcutil/
H A Dsilcschedule.h346 SilcBool silc_schedule_one(SilcSchedule schedule, int timeout_usecs);
H A Dsilcschedule.c480 SilcBool silc_schedule_one(SilcSchedule schedule, int timeout_usecs) in silc_schedule_one() function
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/doc/toolkit/
H A Dsilcschedule.xref17 "silc_schedule_one" "/home/priikone/silc1/doc/toolkit/silcschedule.html" 4
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcutil/symbian/
H A Dsilcsymbianscheduler.cpp72 if (!silc_schedule_one(schedule, -1)) in RunL()
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/win32/libsilc/
H A Dlibsilc.def241 silc_schedule_one @ 240 ;
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcclient/
H A Dclient.c1112 silc_schedule_one(client->schedule, 0); in silc_client_run_one()