MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / keycache_pthread_mutex_lock

Function keycache_pthread_mutex_lock

mysys/mf_keycache.c:4406–4412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4404
4405
4406static int keycache_pthread_mutex_lock(mysql_mutex_t *mutex)
4407{
4408 int rc;
4409 rc= mysql_mutex_lock(mutex);
4410 KEYCACHE_THREAD_TRACE_BEGIN("");
4411 return rc;
4412}
4413
4414
4415static void keycache_pthread_mutex_unlock(mysql_mutex_t *mutex)

Callers 9

resize_key_cacheFunction · 0.85
change_key_cache_paramFunction · 0.85
find_key_blockFunction · 0.85
read_blockFunction · 0.85
key_cache_readFunction · 0.85
key_cache_insertFunction · 0.85
key_cache_writeFunction · 0.85
flush_cached_blocksFunction · 0.85
flush_key_blocksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected