Home
last modified time | relevance | path

Searched defs:schedule_at (Results 1 – 6 of 6) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/workers/concerns/
H A Dapplication_worker.rb219 def in_safe_limit_batches(args_list, schedule_at = nil, safe_limit = SAFE_PUSH_BULK_LIMIT) argument
239 def process_schedule_at_for_batch(schedule_at, index) argument
/dports/www/trafficserver/trafficserver-9.1.1/iocore/eventsystem/
H A DUnixEvent.cc52 Event::schedule_at(ink_hrtime atimeout_at, int acallback_event) in schedule_at() function in Event
H A DP_UnixEventProcessor.h144 EventProcessor::schedule_at(Continuation *cont, ink_hrtime t, EventType et, int callback_event, voi… in schedule_at() function
H A DP_UnixEThread.h49 EThread::schedule_at(Continuation *cont, ink_hrtime t, int callback_event, void *cookie) in schedule_at() function
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dtimer.hh361 Timer::schedule_at(const Timestamp &when) in schedule_at() function in Timer
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/
H A Dexponential_backoff_retry_strategy.c208 uint64_t schedule_at = 0; in s_exponential_retry_schedule_retry() local