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
6d6840a974
commit
5f0cb1d46f
@ -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