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

Method unlock

src/tscore/EventNotify.cc:168–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void
169EventNotify::unlock()
170{
171#if defined(HAVE_EVENTFD) && TS_USE_EPOLL == 1
172// do nothing
173#else
174 ink_mutex_release(&m_mutex);
175#endif
176}
177
178EventNotify::~EventNotify()
179{

Callers 14

~ScopedWriterMethod · 0.45
wait_for_callbackMethod · 0.45
insertSessionMethod · 0.45
init_HttpProxyServerFunction · 0.45
preproc_thread_mainMethod · 0.45
flush_thread_mainMethod · 0.45
~RegistryMethod · 0.45
~_RegistryAccessorMethod · 0.45
test_Bravo.ccFile · 0.45
mainFunction · 0.45
cleanupTransactionPluginFunction · 0.45
~TryLockGuardMethod · 0.45

Calls 1

ink_mutex_releaseFunction · 0.85

Tested by 1

wait_for_callbackMethod · 0.36