Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ lock
Method
lock
src/tscore/EventNotify.cc:148–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
void
149
EventNotify::lock()
150
{
151
#if defined(HAVE_EVENTFD) && TS_USE_EPOLL == 1
152
// do nothing
153
#else
154
ink_mutex_acquire(&m_mutex);
155
#endif
156
}
157
158
bool
159
EventNotify::trylock()
Callers
9
ScopedWriter
Method · 0.45
wait_for_callback
Method · 0.45
insertSession
Method · 0.45
getSessionBuffer
Method · 0.45
getSession
Method · 0.45
preproc_thread_main
Method · 0.45
flush_thread_main
Method · 0.45
_RegistryAccessor
Method · 0.45
cleanupTransactionPlugin
Function · 0.45
Calls
1
ink_mutex_acquire
Function · 0.85
Tested by
1
wait_for_callback
Method · 0.36