OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENTS_PER_GETN
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
evport.c
88
*
EVENTS_PER_GETN
is the maximum number of events to retrieve from port_getn on
92
#define
EVENTS_PER_GETN
8
115
int ed_pending[
EVENTS_PER_GETN
]; /* fd's with pending events */
167
for (i = 0; i <
EVENTS_PER_GETN
; i++)
290
port_event_t pevtlist[
EVENTS_PER_GETN
];
295
* for, as long as it's less than our maximum (
EVENTS_PER_GETN
)) in
318
for (i = 0; i <
EVENTS_PER_GETN
; ++i) {
332
if ((res = port_getn(epdp->ed_port, pevtlist,
EVENTS_PER_GETN
,
462
for (i = 0; i <
EVENTS_PER_GETN
; ++i) {
/external/chromium_org/third_party/libevent/
evport.c
88
*
EVENTS_PER_GETN
is the maximum number of events to retrieve from port_getn on
92
#define
EVENTS_PER_GETN
8
115
int ed_pending[
EVENTS_PER_GETN
]; /* fd's with pending events */
167
for (i = 0; i <
EVENTS_PER_GETN
; i++)
290
port_event_t pevtlist[
EVENTS_PER_GETN
];
295
* for, as long as it's less than our maximum (
EVENTS_PER_GETN
)) in
318
for (i = 0; i <
EVENTS_PER_GETN
; ++i) {
332
if ((res = port_getn(epdp->ed_port, pevtlist,
EVENTS_PER_GETN
,
462
for (i = 0; i <
EVENTS_PER_GETN
; ++i) {
Completed in 1802 milliseconds