HomeSort by relevance Sort by last modified time
    Searched refs:pollop (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libevent/
poll.c 56 struct pollop { struct
87 struct pollop *pollop; local
93 if (!(pollop = calloc(1, sizeof(struct pollop))))
98 return (pollop);
103 poll_check_ok(struct pollop *pop)
139 struct pollop *pop = arg;
207 struct pollop *pop = arg;
312 struct pollop *pop = arg
    [all...]
  /external/chromium_org/third_party/libevent/
poll.c 56 struct pollop { struct
87 struct pollop *pollop; local
93 if (!(pollop = calloc(1, sizeof(struct pollop))))
98 return (pollop);
103 poll_check_ok(struct pollop *pop)
139 struct pollop *pop = arg;
207 struct pollop *pop = arg;
312 struct pollop *pop = arg
    [all...]

Completed in 51 milliseconds