• Home
  • Raw
  • Download

Lines Matching refs:handle

109     auto taskClassDeleteRetry = [](uv_timer_t *handle) -> void {  in BeginRemoveTask()  argument
111 HTaskInfo hTask = (HTaskInfo)handle->data; in BeginRemoveTask()
128 Base::TryCloseHandle((uv_handle_t *)handle, Base::CloseTimerCallback); in BeginRemoveTask()
183 auto clearSessionsForFinish = [](uv_idle_t *handle) -> void { in ReMainLoopForInstanceClear() argument
184 HdcSessionBase *thisClass = (HdcSessionBase *)handle->data; in ReMainLoopForInstanceClear()
189 uv_close((uv_handle_t *)handle, Base::CloseIdleCallback); in ReMainLoopForInstanceClear()
278 void HdcSessionBase::AsyncMainLoopTask(uv_idle_t *handle) in AsyncMainLoopTask() argument
280 AsyncParam *param = (AsyncParam *)handle->data; in AsyncMainLoopTask()
298 Base::TryCloseHandle((uv_handle_t *)handle, Base::CloseIdleCallback); in AsyncMainLoopTask()
301 void HdcSessionBase::MainAsyncCallback(uv_async_t *handle) in MainAsyncCallback() argument
303 HdcSessionBase *thisClass = (HdcSessionBase *)handle->data; in MainAsyncCallback()
529 void HdcSessionBase::FreeSessionFinally(uv_idle_t *handle) in FreeSessionFinally() argument
531 HSession hSession = (HSession)handle->data; in FreeSessionFinally()
544 Base::TryCloseHandle((const uv_handle_t *)handle, Base::CloseIdleCallback); in FreeSessionFinally()
551 auto closeSessionTCPHandle = [](uv_handle_t *handle) -> void { in FreeSessionContinue() argument
552 HSession hSession = (HSession)handle->data; in FreeSessionContinue()
554 Base::TryCloseHandle((uv_handle_t *)handle); in FreeSessionContinue()
555 if (handle == reinterpret_cast<uv_handle_t *>(hSession->pollHandle[STREAM_MAIN])) { in FreeSessionContinue()
575 void HdcSessionBase::FreeSessionOpeate(uv_timer_t *handle) in FreeSessionOpeate() argument
578 HSession hSession = (HSession)handle->data; in FreeSessionOpeate()
597 auto callbackCheckFreeSessionContinue = [](uv_timer_t *handle) -> void { in FreeSessionOpeate() argument
598 HSession hSession = (HSession)handle->data; in FreeSessionOpeate()
603 Base::TryCloseHandle((uv_handle_t *)handle, Base::CloseTimerCallback); in FreeSessionOpeate()
610 Base::TryCloseHandle((uv_handle_t *)handle, Base::CloseTimerCallback); in FreeSessionOpeate()
954 void HdcSessionBase::AllocCallback(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocCallback() argument
956 HSession context = (HSession)handle->data; in AllocCallback()
965 HSession hSession = (HSession)req->handle->data; in FinishWriteSessionTCP()
969 Base::TryCloseHandle((uv_handle_t *)req->handle); in FinishWriteSessionTCP()
1115 auto closeSessionChildThreadTCPHandle = [](uv_handle_t *handle) -> void { in DispatchMainThreadCommand() argument
1116 HSession hSession = (HSession)handle->data; in DispatchMainThreadCommand()
1117 Base::TryCloseHandle((uv_handle_t *)handle); in DispatchMainThreadCommand()
1118 if (handle == (uv_handle_t *)hSession->pollHandle[STREAM_WORK]) { in DispatchMainThreadCommand()
1199 auto clearTaskForSessionFinish = [](uv_timer_t *handle) -> void { in ReChildLoopForSessionClear() argument
1200 HSession hSession = (HSession)handle->data; in ReChildLoopForSessionClear()
1220 uv_close((uv_handle_t *)handle, Base::CloseTimerCallback); in ReChildLoopForSessionClear()