Home
last modified time | relevance | path

Searched refs:PetscLogSpinLock (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/logging/
H A Dplog.c26 PetscSpinlock PetscLogSpinLock; variable
31 PetscCall(PetscSpinlockLock(&PetscLogSpinLock)); in PetscLogGetTid()
33 PetscCall(PetscSpinlockUnlock(&PetscLogSpinLock)); in PetscLogGetTid()
131 PetscCall(PetscSpinlockLock(&PetscLogSpinLock)); in PetscAddLogDouble()
133 PetscCall(PetscSpinlockUnlock(&PetscLogSpinLock)); in PetscAddLogDouble()
141 PetscCall(PetscSpinlockLock(&PetscLogSpinLock)); in PetscAddLogDoubleCnt()
144 PetscCall(PetscSpinlockUnlock(&PetscLogSpinLock)); in PetscAddLogDoubleCnt()
2576 PetscCall(PetscSpinlockCreate(&PetscLogSpinLock)); in PetscLogInitialize()
/petsc/include/petsc/private/
H A Dlogimpl.h188 PETSC_INTERN PetscSpinlock PetscLogSpinLock; variable