Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dsession.cpp451 uv_poll_t *pollHandleMain = hSession->pollHandle[STREAM_MAIN]; in MallocSession() local
452 if (pollHandleMain == nullptr || hSession->pollHandle[STREAM_WORK] == nullptr) { in MallocSession()
458 uv_poll_init_socket(&loopMain, pollHandleMain, hSession->ctrlFd[STREAM_MAIN]); in MallocSession()
459 uv_poll_start(pollHandleMain, UV_READABLE, ReadCtrlFromSession); in MallocSession()