Home
last modified time | relevance | path

Searched refs:notification_sem (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c142 ret = tx_semaphore_delete(&p_task->notification_sem); in txfr_idle_task_entry()
359 ret = tx_semaphore_create(&pxTaskBuffer->notification_sem, "", 0u); in xTaskCreateStatic()
439 ret = tx_semaphore_create(&p_task->notification_sem, "", 0u); in xTaskCreate()
452 (void)tx_semaphore_delete(&p_task->notification_sem); in xTaskCreate()
794 ret = tx_semaphore_get(&p_task->notification_sem, 0u); in ulTaskNotifyTake()
813 ret = tx_semaphore_get(&p_task->notification_sem, timeout); in ulTaskNotifyTake()
851 ret = tx_semaphore_get(&p_task->notification_sem, 0u); in xTaskNotifyWait()
868 ret = tx_semaphore_get(&p_task->notification_sem, timeout); in xTaskNotifyWait()
927 if(xTaskToNotify->notification_sem.tx_semaphore_suspended_count != 0u) { in xTaskNotifyAndQuery()
931 if(xTaskToNotify->notification_sem.tx_semaphore_count == 0u) { in xTaskNotifyAndQuery()
[all …]
DFreeRTOS.h176 TX_SEMAPHORE notification_sem; member