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

Function TSMutexLock

src/api/InkIOCoreAPI.cc:290–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void
291TSMutexLock(TSMutex mutexp)
292{
293 sdk_assert(sdk_sanity_check_mutex(mutexp) == TS_SUCCESS);
294 ProxyMutex *proxy_mutex = reinterpret_cast<ProxyMutex *>(mutexp);
295 MUTEX_TAKE_LOCK(proxy_mutex, this_ethread());
296}
297
298TSReturnCode
299TSMutexLockTry(TSMutex mutexp)

Callers 15

add_to_queueFunction · 0.85
remove_from_queueFunction · 0.85
get_nbelem_queueFunction · 0.85
psi_includeFunction · 0.85
cancelMethod · 0.85
_thread_funcMethod · 0.85
deletePluginInstanceMethod · 0.85
update_purge_stateFunction · 0.85
getStateByNameMethod · 0.85
~BgFetchStateMethod · 0.85

Calls 2

sdk_sanity_check_mutexFunction · 0.85
this_ethreadFunction · 0.85