MCPcopy 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
131private:
132

Callers 5

RegisterMethod · 0.45
~MutexLockMethod · 0.45
~LockMethod · 0.45
ThreadedFunctionFunction · 0.45
mitkITKThreadingTestFunction · 0.45

Calls

no outgoing calls

Tested by 2

ThreadedFunctionFunction · 0.36
mitkITKThreadingTestFunction · 0.36