Searched refs:handler_finish_semaphore_ (Results 1 – 2 of 2) sorted by relevance
170 handler_finish_semaphore_ = NULL; in Initialize()213 handler_finish_semaphore_ = CreateSemaphore(NULL, 0, 1, NULL); in Initialize()214 assert(handler_finish_semaphore_ != NULL); in Initialize()217 if (handler_finish_semaphore_ != NULL && handler_start_semaphore_ != NULL) { in Initialize()366 CloseHandle(handler_finish_semaphore_); in ~ExceptionHandler()389 assert(self->handler_finish_semaphore_ != NULL); in ExceptionHandlerThreadMain()406 ReleaseSemaphore(self->handler_finish_semaphore_, 1, NULL); in ExceptionHandlerThreadMain()714 assert(handler_finish_semaphore_ != NULL); in WriteMinidumpOnHandlerThread()725 WaitForSingleObject(handler_finish_semaphore_, INFINITE); in WriteMinidumpOnHandlerThread()
460 HANDLE handler_finish_semaphore_; variable