Searched refs:pollHandleMain (Results 1 – 1 of 1) sorted by relevance
451 uv_poll_t *pollHandleMain = hSession->pollHandle[STREAM_MAIN]; in MallocSession() local452 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()