Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ Unlock
Method
Unlock
Modules/CppMicroServices/include/usThreads_p.h:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
US_THREADS_MUTEX_LOCK(m_Mtx);
125
}
126
void Unlock()
127
{
128
US_THREADS_MUTEX_UNLOCK(m_Mtx);
129
}
130
131
private:
132
Callers
5
Register
Method · 0.45
~MutexLock
Method · 0.45
~Lock
Method · 0.45
ThreadedFunction
Function · 0.45
mitkITKThreadingTest
Function · 0.45
Calls
no outgoing calls
Tested by
2
ThreadedFunction
Function · 0.36
mitkITKThreadingTest
Function · 0.36