Searched refs:add_at_time_worker (Results 1 – 4 of 4) sorted by relevance
162 bool (*add_at_time_worker)(async_context_t *self, async_at_time_worker_t *worker); member275 return context->type->add_at_time_worker(context, worker); in async_context_add_at_time_worker()296 return context->type->add_at_time_worker(context, worker); in async_context_add_at_time_worker_at()317 return context->type->add_at_time_worker(context, worker); in async_context_add_at_time_worker_in_ms()
64 .add_at_time_worker = async_context_base_add_at_time_worker,
286 .add_at_time_worker = async_context_freertos_add_at_time_worker,
359 .add_at_time_worker = async_context_threadsafe_background_add_at_time_worker,