mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
Fixed race condition in interface class
This commit is contained in:
parent
234d5b939c
commit
8441e961bc
@ -18,8 +18,8 @@ namespace sta
|
||||
|
||||
void Interface::release()
|
||||
{
|
||||
mutex_->release();
|
||||
acquired_ = false;
|
||||
mutex_->release();
|
||||
}
|
||||
|
||||
bool Interface::isAcquired()
|
||||
|
Loading…
x
Reference in New Issue
Block a user