Home
last modified time | relevance | path

Searched refs:EVENT_CALL (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-monkeytype/MonkeyType-21.5.0/monkeytype/
H A Dtracing.py171 EVENT_CALL = 'call' variable
173 SUPPORTED_EVENTS = {EVENT_CALL, EVENT_RETURN}
258 if event == EVENT_CALL:
/dports/www/trafficserver/trafficserver-9.1.1/iocore/eventsystem/
H A DI_Event.h42 #define EVENT_CALL 4 // used internally in state machines macro
/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DP_CacheInternal.h666 return handleRead(EVENT_CALL, nullptr); in do_read_call()
673 return handleWrite(EVENT_CALL, nullptr); in do_write_call()
724 ret = handleWrite(EVENT_CALL, e); in handleWriteLock()
743 return handleWriteLock(EVENT_CALL, nullptr); in do_write_lock_call()
H A DCacheWrite.cc209 if (event == EVENT_CALL) { in handleWrite()
1092 if (event == EVENT_CALL && c->mutex->thread_holding == mutex->thread_holding) { in aggWrite()