Home
last modified time | relevance | path

Searched refs:PetscViewerASCIISpinLockStderr (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/classes/viewer/impls/ascii/
H A Dvcreatea.c76 PetscCall(PetscSpinlockLock(&PetscViewerASCIISpinLockStderr)); in PetscViewerASCIIGetStderr()
88 PetscCall(PetscSpinlockUnlock(&PetscViewerASCIISpinLockStderr)); in PetscViewerASCIIGetStderr()
/petsc/src/sys/objects/
H A Dpinit.c79 PetscSpinlock PetscViewerASCIISpinLockStderr; variable
887 PetscCall(PetscSpinlockCreate(&PetscViewerASCIISpinLockStderr)); in PetscInitialize_Common()
1768 PetscCall(PetscSpinlockDestroy(&PetscViewerASCIISpinLockStderr)); in PetscFinalize()
/petsc/include/petsc/private/
H A Dpetscimpl.h1612 PETSC_INTERN PetscSpinlock PetscViewerASCIISpinLockStderr; variable