Searched refs:xTaskNotifyWait (Results 1 – 3 of 3) sorted by relevance
808 ( void ) xTaskNotifyWait( ( uint32_t ) 0, ( uint32_t ) 0, NULL, xTicksToWait ); in xStreamBufferSend()1021 ( void ) xTaskNotifyWait( ( uint32_t ) 0, ( uint32_t ) 0, NULL, xTicksToWait ); in xStreamBufferReceive()
75 + Update xTaskNotifyWait and ulTaskNotifyTake to remove the non-deterministic
2906 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… macro