Searched refs:cyhal_ipc_semaphore_give (Results 1 – 2 of 2) sorted by relevance
176 cy_rslt_t cyhal_ipc_semaphore_give(cyhal_ipc_t *obj);
495 …while ((CY_RSLT_SUCCESS != (result = cyhal_ipc_semaphore_give(obj))) && (is_never_timeout || (*tim… in _cyhal_ipc_give_core_sync_sema()1070 (void)cyhal_ipc_semaphore_give(obj); in cyhal_ipc_semaphore_free()1080 cy_rslt_t cyhal_ipc_semaphore_give(cyhal_ipc_t *obj) in cyhal_ipc_semaphore_give() function1232 …while (CY_RSLT_SUCCESS != cyhal_ipc_semaphore_give(obj)) { cyhal_system_delay_us(_CYHAL_IPC_SERVIC… in cyhal_ipc_queue_free()