Searched refs:xTaskNotify (Results 1 – 3 of 3) sorted by relevance
757 return xTaskNotify(xTaskToNotify, 0u, eIncrement); in xTaskNotifyGive()766 (void)xTaskNotify(xTaskToNotify, 0u, eIncrement); in vTaskNotifyGiveFromISR()881 BaseType_t xTaskNotify(TaskHandle_t xTaskToNotify, in xTaskNotify() function900 return xTaskNotify(xTaskToNotify, ulValue, eAction); in xTaskNotifyFromISR()
403 BaseType_t xTaskNotify(TaskHandle_t xTaskToNotify,
204 | xTaskNotify()