Home
last modified time | relevance | path

Searched refs:FdEventPollThread (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/daemon/
Djdwp.h90 static void *FdEventPollThread(void *args);
Djdwp.cpp628 void *HdcJdwp::FdEventPollThread(void *args) in FdEventPollThread() function in Hdc::HdcJdwp
683 int tret = pthread_create(&tid, nullptr, FdEventPollThread, this); in CreateFdEventPoll()