Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
static int pthread_mutex_destroy(pthread_mutex_t* const mutex) {
126
DeleteCriticalSection(mutex);
127
return 0;
128
}
129
130
// Condition
131
static int pthread_cond_destroy(pthread_cond_t* const condition) {
Callers
2
Reset
Function · 0.70
End
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected