Home
last modified time | relevance | path

Searched refs:xTaskNotifyWait (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.0.1/
Dstream_buffer.c808 ( 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()
DHistory.txt75 + Update xTaskNotifyWait and ulTaskNotifyTake to remove the non-deterministic
/Kernel-v11.0.1/include/
Dtask.h2906 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… macro