Searched defs:schedule (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dratelimiter_test.c37 schedule_t schedule[] = { variable
49 #define NEVENTS (int)(sizeof(schedule)/sizeof(schedule[0]))
121 int ms = schedule[i].milliseconds;
128 g_task, schedule[i].fun, NULL,
/bind-9.11.3/lib/isc/
H A Dtimer.c178 schedule(isc__timer_t *timer, isc_time_t *now, isc_boolean_t signal_ok) { function
261 ISC_MSG_SCHEDULE, "schedule"), timer, due);
299 "signal (schedule)"));
470 result = schedule(timer, &now, ISC_TRUE);
559 result = schedule(timer, &now, ISC_TRUE);
758 result = schedule(timer, now, ISC_FALSE);
765 "couldn't schedule "

Completed in 13 milliseconds