OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_FD
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
message_pump_libevent.cc
168
if (
EVENT_FD
(evt.get()) != fd) {
169
NOTREACHED() << "FDs don't match" <<
EVENT_FD
(evt.get()) << "!=" << fd;
/external/chromium/third_party/libevent/
event.h
241
#define
EVENT_FD
(ev) (int)(ev)->ev_fd
[
all
...]
Completed in 479 milliseconds