MCPcopy 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
32void
33mtx_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
41void
42mtx_lock(mtx_t *mtx) {

Callers 1

mtx.cFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected