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

Function WelsMutexLock

codec/common/src/WelsThreadLib.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84WELS_THREAD_ERROR_CODE WelsMutexLock (WELS_MUTEX* mutex) {
85 EnterCriticalSection (mutex);
86
87 return WELS_THREAD_ERROR_OK;
88}
89
90WELS_THREAD_ERROR_CODE WelsMutexUnlock (WELS_MUTEX* mutex) {
91 LeaveCriticalSection (mutex);

Callers 13

InitTaskMethod · 0.85
FinishTaskMethod · 0.85
ExecuteTaskMethod · 0.85
WelsEventSignalFunction · 0.85
WelsEventWaitFunction · 0.85
SetTaskMethod · 0.85
LockMethod · 0.85
InitMethod · 0.85
UninitMethod · 0.85
ProcessMethod · 0.85
GetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected