Searched refs:notification_sem (Results 1 – 2 of 2) sorted by relevance
142 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 …]
176 TX_SEMAPHORE notification_sem; member