There was an error fetching the commit references. Please try again later.
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.
Loading
Please register or sign in to comment