Pass task_test also with threads disabled
Condition cv is declared only when threads are used. Use it only in that case. Test compiles and passes without thread support also.
Condition cv is declared only when threads are used. Use it only in that case. Test compiles and passes without thread support also.