MCPcopy Create free account
hub / github.com/Wassimulator/CactusViewer / pthread_mutex_destroy

Function pthread_mutex_destroy

include/webp/utils/thread.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 2

ResetFunction · 0.70
EndFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected