Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c139 ret = tx_semaphore_delete(&p_task->notification_sem); in txfr_idle_task_entry()
356 ret = tx_semaphore_create(&pxTaskBuffer->notification_sem, "", 0u); in xTaskCreateStatic()
436 ret = tx_semaphore_create(&p_task->notification_sem, "", 0u); in xTaskCreate()
449 (void)tx_semaphore_delete(&p_task->notification_sem); in xTaskCreate()
791 ret = tx_semaphore_get(&p_task->notification_sem, 0u); in ulTaskNotifyTake()
810 ret = tx_semaphore_get(&p_task->notification_sem, timeout); in ulTaskNotifyTake()
848 ret = tx_semaphore_get(&p_task->notification_sem, 0u); in xTaskNotifyWait()
865 ret = tx_semaphore_get(&p_task->notification_sem, timeout); in xTaskNotifyWait()
924 if(xTaskToNotify->notification_sem.tx_semaphore_suspended_count != 0u) { in xTaskNotifyAndQuery()
928 if(xTaskToNotify->notification_sem.tx_semaphore_count == 0u) { in xTaskNotifyAndQuery()
[all …]
DFreeRTOS.h177 TX_SEMAPHORE notification_sem; member