OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LEV_OPT_CLOSE_ON_FREE
(Results
1 - 5
of
5
) sorted by null
/external/libevent/include/event2/
listener.h
63
#define
LEV_OPT_CLOSE_ON_FREE
(1u<<1)
/system/core/debuggerd/tombstoned/
intercept_manager.cpp
173
this->listener = evconnlistener_new(base, intercept_accept_cb, this, -1,
LEV_OPT_CLOSE_ON_FREE
,
tombstoned.cpp
301
evconnlistener_new(base, crash_accept_cb, nullptr, -1,
LEV_OPT_CLOSE_ON_FREE
, crash_socket);
/external/libevent/
listener.c
274
if (lev->flags &
LEV_OPT_CLOSE_ON_FREE
)
746
if (shutdown && lev->flags &
LEV_OPT_CLOSE_ON_FREE
)
http.c
[
all
...]
Completed in 380 milliseconds