Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
void
169
EventNotify::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
178
EventNotify::~EventNotify()
179
{
Callers
14
~ScopedWriter
Method · 0.45
wait_for_callback
Method · 0.45
insertSession
Method · 0.45
init_HttpProxyServer
Function · 0.45
preproc_thread_main
Method · 0.45
flush_thread_main
Method · 0.45
~Registry
Method · 0.45
~_RegistryAccessor
Method · 0.45
test_Bravo.cc
File · 0.45
main
Function · 0.45
cleanupTransactionPlugin
Function · 0.45
~TryLockGuard
Method · 0.45
Calls
1
ink_mutex_release
Function · 0.85
Tested by
1
wait_for_callback
Method · 0.36