Hi, I am try to port POSIX lab to v11.1 SMP.
I meet a problem when test pthread condition
.
The pvPortMalloc() will call vTaskSuspendAll() but vTaskSuspendaLL() CAN not be called in critical secion.
Besides, I don't understand why check pxCond->xIsInitialized flag twice on line 60 and 69.