MCPcopy Create free account
hub / github.com/RenderKit/embree / unlock

Method unlock

common/sys/mutex.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 void MutexSys::lock() { EnterCriticalSection((CRITICAL_SECTION*)mutex); }
17 bool MutexSys::try_lock() { return TryEnterCriticalSection((CRITICAL_SECTION*)mutex) != 0; }
18 void MutexSys::unlock() { LeaveCriticalSection((CRITICAL_SECTION*)mutex); }
19}
20#endif
21

Callers 13

write_unlockFunction · 0.45
allocNextSegmentMethod · 0.45
resetMethod · 0.45
reallocMethod · 0.45
thread_allocMethod · 0.45
lookupFunction · 0.45
commit_internalMethod · 0.45
setNumThreadsMethod · 0.45
~ThreadPoolMethod · 0.45
addMethod · 0.45
joinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected