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

Function keycache_pthread_cond_signal

mysys/mf_keycache.c:4422–4428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4420
4421
4422static int keycache_pthread_cond_signal(mysql_cond_t *cond)
4423{
4424 int rc;
4425 KEYCACHE_THREAD_TRACE("signal");
4426 rc= mysql_cond_signal(cond);
4427 return rc;
4428}
4429
4430
4431#if defined(KEYCACHE_DEBUG_LOG)

Callers 4

release_whole_queueFunction · 0.85
link_blockFunction · 0.85
remove_readerFunction · 0.85
unlink_hashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected