Searched refs:async_context_freertos_lock_check (Results 1 – 1 of 1) sorted by relevance
23 static void async_context_freertos_lock_check(async_context_t *self_base);44 async_context_freertos_lock_check(&self->core); in process_under_lock()94 async_context_freertos_lock_check(self_base); in async_context_freertos_wake_up()171 void async_context_freertos_lock_check(__unused async_context_t *self_base) { in async_context_freertos_lock_check() function284 .lock_check = async_context_freertos_lock_check,