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

  /system/extras/simpleperf/
IOEventLoop.h 30 // IOEventLoop is a class wrapper of libevent, it monitors events happened,
33 class IOEventLoop {
35 IOEventLoop();
36 ~IOEventLoop();
IOEventLoop.cpp 17 #include "IOEventLoop.h"
25 IOEventLoop* loop;
30 IOEvent(IOEventLoop* loop, const std::function<bool()>& callback)
40 IOEventLoop::IOEventLoop() : ebase_(nullptr), has_error_(false) {}
42 IOEventLoop::~IOEventLoop() {
49 bool IOEventLoop::EnsureInit() {
60 void IOEventLoop::EventCallbackFn(int, short, void* arg) {
77 IOEventRef IOEventLoop::AddReadEvent(int fd
    [all...]

Completed in 2276 milliseconds