Searched refs:tx_semaphore (Results 1 – 2 of 2) sorted by relevance
564 return convert_error(tx_semaphore_create(&(semaphore->tx_semaphore), TX_NULL, initcount)); in cy_rtos_semaphore_init()581 tx_semaphore_get(&(semaphore->tx_semaphore), convert_ms_to_ticks(timeout_ms)); in cy_rtos_semaphore_get()602 return convert_error(tx_semaphore_ceiling_put(&(semaphore->tx_semaphore), semaphore->maxcount)); in cy_rtos_semaphore_set()615 return convert_error(tx_semaphore_info_get(&(semaphore->tx_semaphore), TX_NULL, (ULONG*)count, in cy_rtos_semaphore_get_count()629 return convert_error(tx_semaphore_delete(&(semaphore->tx_semaphore))); in cy_rtos_semaphore_deinit()
80 TX_SEMAPHORE tx_semaphore; member