Searched refs:schedule (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/bin/tests/ |
H A D | ratelimiter_test.c | 45 schedule_t schedule[] = { variable 57 #define NEVENTS (int)(sizeof(schedule)/sizeof(schedule[0])) 129 int ms = schedule[i].milliseconds; 136 g_task, schedule[i].fun, NULL,
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | timer.c | 111 schedule(isc_timer_t *timer, isc_time_t *now, isc_boolean_t signal_ok) { function 194 ISC_MSG_SCHEDULE, "schedule"), timer, due); 232 "signal (schedule)")); 399 result = schedule(timer, &now, ISC_TRUE); 486 result = schedule(timer, &now, ISC_TRUE); 681 result = schedule(timer, now, ISC_FALSE); 688 "couldn't schedule "
|
Completed in 23 milliseconds