Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ mtx_fini
Function
mtx_fini
deps/jemalloc/test/src/mtx.c:32–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void
33
mtx_fini(mtx_t *mtx) {
34
#ifdef _WIN32
35
#elif (defined(JEMALLOC_OS_UNFAIR_LOCK))
36
#else
37
pthread_mutex_destroy(&mtx->lock);
38
#endif
39
}
40
41
void
42
mtx_lock(mtx_t *mtx) {
Callers
1
mtx.c
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected