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

Function TSMutexUnlock

src/api/InkIOCoreAPI.cc:306–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void
307TSMutexUnlock(TSMutex mutexp)
308{
309 sdk_assert(sdk_sanity_check_mutex(mutexp) == TS_SUCCESS);
310 ProxyMutex *proxy_mutex(reinterpret_cast<ProxyMutex *>(mutexp));
311 MUTEX_UNTAKE_LOCK(proxy_mutex, this_ethread());
312}
313
314/* VIOs */
315

Callers 15

accept_handlerFunction · 0.85
add_to_queueFunction · 0.85
remove_from_queueFunction · 0.85
get_nbelem_queueFunction · 0.85
psi_includeFunction · 0.85
transform_handlerFunction · 0.85
handle_dnsFunction · 0.85
read_denylistFunction · 0.85
cancelMethod · 0.85

Calls 2

sdk_sanity_check_mutexFunction · 0.85
this_ethreadFunction · 0.85