Home
last modified time | relevance | path

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

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