MCPcopy Create free account
hub / github.com/cisco/openh264 / WelsMutexInit

Function WelsMutexInit

codec/common/src/WelsThreadLib.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76#if defined(_WIN32) || defined(__CYGWIN__)
77
78WELS_THREAD_ERROR_CODE WelsMutexInit (WELS_MUTEX* mutex) {
79 InitializeCriticalSection (mutex);
80
81 return WELS_THREAD_ERROR_OK;
82}
83
84WELS_THREAD_ERROR_CODE WelsMutexLock (WELS_MUTEX* mutex) {
85 EnterCriticalSection (mutex);

Callers 6

RequestMtResourceFunction · 0.85
CWelsTaskManageBaseMethod · 0.85
OpenDecoderThreadsMethod · 0.85
CWelsThreadMethod · 0.85
CWelsLockMethod · 0.85
CVpFrameWorkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected