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

Function pthread_mutex_destroy

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

Source from the content-addressed store, hash-verified

123}
124
125static int pthread_mutex_destroy(pthread_mutex_t* const mutex) {
126 DeleteCriticalSection(mutex);
127 return 0;
128}
129
130// Condition
131static int pthread_cond_destroy(pthread_cond_t* const condition) {

Callers 7

ResetFunction · 0.85
EndFunction · 0.85
LockMethod · 0.85
Event_CloseFunction · 0.85
Semaphore_CloseFunction · 0.85
CriticalSection_DeleteFunction · 0.85

Calls 1

DeleteCriticalSectionFunction · 0.85

Tested by

no test coverage detected