Home
last modified time | relevance | path

Searched refs:PetscSpinlockLock (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/objects/
H A Dtagm.c119 PetscCall(PetscSpinlockLock(&PetscCommSpinLock)); in PetscCommGetComm()
157 PetscCall(PetscSpinlockLock(&PetscCommSpinLock)); in PetscCommRestoreComm()
206 PetscCall(PetscSpinlockLock(&PetscCommSpinLock)); in PetscCommDuplicate()
299 PetscCall(PetscSpinlockLock(&PetscCommSpinLock)); in PetscCommDestroy()
/petsc/src/sys/classes/viewer/impls/ascii/
H A Dvcreatea.c76 PetscCall(PetscSpinlockLock(&PetscViewerASCIISpinLockStderr)); in PetscViewerASCIIGetStderr()
196 PetscCall(PetscSpinlockLock(&PetscViewerASCIISpinLockOpen)); in PetscViewerASCIIOpen()
H A Dfilev.c642 PetscCall(PetscSpinlockLock(&PetscViewerASCIISpinLockStdout)); in PetscViewerASCIIGetStdout()
/petsc/include/petsc/private/
H A Dpetscimpl.h1514 static inline PetscErrorCode PetscSpinlockLock(PetscSpinlock *ck_spinlock) in PetscSpinlockLock() function
1549 static inline PetscErrorCode PetscSpinlockLock(PetscSpinlock *spinlock) in PetscSpinlockLock() function
1578 static inline PetscErrorCode PetscSpinlockLock(PetscSpinlock *omp_lock) in PetscSpinlockLock() function
1604 #define PetscSpinlockLock(a) PETSC_SUCCESS macro
/petsc/src/sys/logging/
H A Dplog.c31 PetscCall(PetscSpinlockLock(&PetscLogSpinLock)); in PetscLogGetTid()
131 PetscCall(PetscSpinlockLock(&PetscLogSpinLock)); in PetscAddLogDouble()
141 PetscCall(PetscSpinlockLock(&PetscLogSpinLock)); in PetscAddLogDoubleCnt()
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c391 PetscCall(PetscSpinlockLock(&def->lock)); in PetscLogHandlerObjectCreate_Default()
450 PetscCall(PetscSpinlockLock(&def->lock)); in PetscLogHandlerObjectDestroy_Default()
529 PetscCall(PetscSpinlockLock(&def->lock)); in PetscLogGetStageEventPerfInfo_threaded()
668 PetscCall(PetscSpinlockLock(&def->lock)); in PetscLogHandlerEventEnd_Default()