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