Lines Matching refs:exception_semaphore
95 *exception_semaphore = (SemaphoreInfo *) NULL; variable
470 if (exception_semaphore == (SemaphoreInfo *) NULL) in ExceptionComponentGenesis()
471 exception_semaphore=AcquireSemaphoreInfo(); in ExceptionComponentGenesis()
495 if (exception_semaphore == (SemaphoreInfo *) NULL) in ExceptionComponentTerminus()
496 ActivateSemaphoreInfo(&exception_semaphore); in ExceptionComponentTerminus()
497 LockSemaphoreInfo(exception_semaphore); in ExceptionComponentTerminus()
498 UnlockSemaphoreInfo(exception_semaphore); in ExceptionComponentTerminus()
499 RelinquishSemaphoreInfo(&exception_semaphore); in ExceptionComponentTerminus()
878 if (exception_semaphore == (SemaphoreInfo *) NULL) in SetErrorHandler()
879 ActivateSemaphoreInfo(&exception_semaphore); in SetErrorHandler()
880 LockSemaphoreInfo(exception_semaphore); in SetErrorHandler()
883 UnlockSemaphoreInfo(exception_semaphore); in SetErrorHandler()
915 if (exception_semaphore == (SemaphoreInfo *) NULL) in SetFatalErrorHandler()
916 ActivateSemaphoreInfo(&exception_semaphore); in SetFatalErrorHandler()
917 LockSemaphoreInfo(exception_semaphore); in SetFatalErrorHandler()
920 UnlockSemaphoreInfo(exception_semaphore); in SetFatalErrorHandler()
952 if (exception_semaphore == (SemaphoreInfo *) NULL) in SetWarningHandler()
953 ActivateSemaphoreInfo(&exception_semaphore); in SetWarningHandler()
954 LockSemaphoreInfo(exception_semaphore); in SetWarningHandler()
957 UnlockSemaphoreInfo(exception_semaphore); in SetWarningHandler()