HomeSort by relevance Sort by last modified time
    Searched refs:handler_finish_semaphore_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 171 handler_finish_semaphore_ = NULL;
214 handler_finish_semaphore_ = CreateSemaphore(NULL, 0, 1, NULL);
215 assert(handler_finish_semaphore_ != NULL);
218 if (handler_finish_semaphore_ != NULL && handler_start_semaphore_ != NULL) {
365 CloseHandle(handler_finish_semaphore_);
388 assert(self->handler_finish_semaphore_ != NULL);
405 ReleaseSemaphore(self->handler_finish_semaphore_, 1, NULL);
711 assert(handler_finish_semaphore_ != NULL);
722 WaitForSingleObject(handler_finish_semaphore_, INFINITE);
    [all...]
exception_handler.h 455 // handler_finish_semaphore_ is signalled by the handler thread to wake up
458 HANDLE handler_finish_semaphore_; member in class:google_breakpad::ExceptionHandler

Completed in 801 milliseconds