Searched refs:xTaskNotify (Results 1 – 3 of 3) sorted by relevance
754 return xTaskNotify(xTaskToNotify, 0u, eIncrement); in xTaskNotifyGive()763 (void)xTaskNotify(xTaskToNotify, 0u, eIncrement); in vTaskNotifyGiveFromISR()878 BaseType_t xTaskNotify(TaskHandle_t xTaskToNotify, in xTaskNotify() function897 return xTaskNotify(xTaskToNotify, ulValue, eAction); in xTaskNotifyFromISR()
404 BaseType_t xTaskNotify(TaskHandle_t xTaskToNotify,
204 | xTaskNotify()