MCPcopy Create free account
hub / github.com/ZDoom/Raze / pthread_mutex_unlock

Function pthread_mutex_unlock

libraries/webp/src/utils/thread_utils.c:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120static int pthread_mutex_unlock(pthread_mutex_t* const mutex) {
121 LeaveCriticalSection(mutex);
122 return 0;
123}
124
125static int pthread_mutex_destroy(pthread_mutex_t* const mutex) {
126 DeleteCriticalSection(mutex);

Callers 13

pthread_cond_waitFunction · 0.85
ThreadLoopFunction · 0.85
ChangeStateFunction · 0.85
ResetFunction · 0.85
ReleaseGlobalLockFunction · 0.85
unlockMethod · 0.85
Event_SetFunction · 0.85
Event_ResetFunction · 0.85
Event_WaitFunction · 0.85
Semaphore_ReleaseNFunction · 0.85
Semaphore_WaitFunction · 0.85
CriticalSection_LeaveFunction · 0.85

Calls 1

LeaveCriticalSectionFunction · 0.85

Tested by

no test coverage detected