Home
last modified time | relevance | path

Searched refs:sem_release (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_sync/include/pico/
Dsem.h64 bool sem_release(semaphore_t *sem);
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_poll.c26 sem_release(&((async_context_poll_t *)self_base)->sem); in async_context_poll_wake_up()
Dasync_context_threadsafe_background.c70 sem_release(&self->work_needed_sem); in async_context_threadsafe_background_wake_up()
101 sem_release(&call->sem); in handle_sync_func_call()
/hal_rpi_pico-latest/src/common/pico_sync/
Dsem.c72 bool __time_critical_func(sem_release)(semaphore_t *sem) { in __time_critical_func() argument