Searched refs:async_context_threadsafe_background_t (Results 1 – 3 of 3) sorted by relevance
17 static void process_under_lock(async_context_threadsafe_background_t *self);45 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_wake_up()82 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_lock_check()139 async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t*)self_base; in async_context_threadsafe_background_execute_sync()186 async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t*)user_data; in alarm_handler()229 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_deinit()309 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_wait_for_work_until()314 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_add_at_time_worker()322 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_remove_at_time_worker()330 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_add_when_pending_worker()[all …]
33 typedef struct async_context_threadsafe_background async_context_threadsafe_background_t; typedef82 bool async_context_threadsafe_background_init(async_context_threadsafe_background_t *self, async_co…103 …ol async_context_threadsafe_background_init_with_defaults(async_context_threadsafe_background_t *s… in async_context_threadsafe_background_init_with_defaults()
29 static async_context_threadsafe_background_t cyw43_async_context_threadsafe_background;
Completed in 7 milliseconds