• Home
  • Raw
  • Download

Lines Matching refs:TryCloseHandle

65     Base::TryCloseHandle((uv_handle_t *)&asyncMainLoop);  in ~HdcSessionBase()
128 Base::TryCloseHandle((uv_handle_t *)handle, Base::CloseTimerCallback); in BeginRemoveTask()
298 Base::TryCloseHandle((uv_handle_t *)handle, Base::CloseIdleCallback); in AsyncMainLoopTask()
544 Base::TryCloseHandle((const uv_handle_t *)handle, Base::CloseIdleCallback); in FreeSessionFinally()
554 Base::TryCloseHandle((uv_handle_t *)handle); in FreeSessionContinue()
561 Base::TryCloseHandle((uv_handle_t *)&hSession->hWorkTCP, true, closeSessionTCPHandle); in FreeSessionContinue()
568 …Base::TryCloseHandle((uv_handle_t *)hSession->pollHandle[STREAM_MAIN], true, closeSessionTCPHandle… in FreeSessionContinue()
569 …Base::TryCloseHandle((uv_handle_t *)&hSession->dataPipe[STREAM_MAIN], true, closeSessionTCPHandle); in FreeSessionContinue()
603 Base::TryCloseHandle((uv_handle_t *)handle, Base::CloseTimerCallback); in FreeSessionOpeate()
610 Base::TryCloseHandle((uv_handle_t *)handle, Base::CloseTimerCallback); in FreeSessionOpeate()
969 Base::TryCloseHandle((uv_handle_t *)req->handle); in FinishWriteSessionTCP()
1117 Base::TryCloseHandle((uv_handle_t *)handle); in DispatchMainThreadCommand()
1128 …Base::TryCloseHandle((uv_handle_t *)&hSession->hChildWorkTCP, true, closeSessionChildThreadTCPHand… in DispatchMainThreadCommand()
1130 Base::TryCloseHandle((uv_handle_t *)hSession->pollHandle[STREAM_WORK], true, in DispatchMainThreadCommand()
1132 Base::TryCloseHandle((uv_handle_t *)&hSession->dataPipe[STREAM_WORK], true, in DispatchMainThreadCommand()