MCPcopy Create free account
hub / github.com/apache/trafficserver / TSContMutexGet

Function TSContMutexGet

src/api/InkAPI.cc:3689–3696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3687}
3688
3689TSMutex
3690TSContMutexGet(TSCont contp)
3691{
3692 sdk_assert(sdk_sanity_check_iocore_structure(contp) == TS_SUCCESS);
3693
3694 Continuation *c = reinterpret_cast<Continuation *>(contp);
3695 return reinterpret_cast<TSMutex>(c->mutex.get());
3696}
3697
3698/* HTTP hooks */
3699

Callers 15

psi_includeFunction · 0.85
transform_handlerFunction · 0.85
cache_handlerFunction · 0.85
pauseMethod · 0.85
cancelMethod · 0.85
_thread_funcMethod · 0.85
config_reloader_mutexMethod · 0.85
read_requestFunction · 0.85
config_handlerFunction · 0.85
MyDataMethod · 0.85
CB_Read_Request_HdrFunction · 0.85

Calls 2

getMethod · 0.45

Tested by 2

cache_handlerFunction · 0.68