mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
1) Mux API was added
2) C++ test for threading and mux functions
This commit is contained in:

committed by
Ivan Grokhotkov

parent
0b09c7006d
commit
c631c6b358
@@ -4623,7 +4623,7 @@ TickType_t uxReturn;
|
||||
TickType_t xTimeToWake;
|
||||
BaseType_t xReturn;
|
||||
|
||||
UNTESTED_FUNCTION();
|
||||
// UNTESTED_FUNCTION();
|
||||
taskENTER_CRITICAL(&xTaskQueueMutex);
|
||||
{
|
||||
/* Only block if a notification is not already pending. */
|
||||
@@ -4747,7 +4747,7 @@ TickType_t uxReturn;
|
||||
eNotifyValue eOriginalNotifyState;
|
||||
BaseType_t xReturn = pdPASS;
|
||||
|
||||
UNTESTED_FUNCTION();
|
||||
// UNTESTED_FUNCTION();
|
||||
configASSERT( xTaskToNotify );
|
||||
pxTCB = ( TCB_t * ) xTaskToNotify;
|
||||
|
||||
|
Reference in New Issue
Block a user