k_thread: Use a mutex and cond_var to sync bool
std::atomic<bool> is broken on MinGW and causes deadlocks there. Use a normal cond var in its stead.
Please register or sign in to comment
std::atomic<bool> is broken on MinGW and causes deadlocks there. Use a normal cond var in its stead.