Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/ascii/
H A Dvcreatea.c196 PetscCall(PetscSpinlockLock(&PetscViewerASCIISpinLockOpen)); in PetscViewerASCIIOpen()
216 PetscCall(PetscSpinlockUnlock(&PetscViewerASCIISpinLockOpen)); in PetscViewerASCIIOpen()
240 PetscCall(PetscSpinlockUnlock(&PetscViewerASCIISpinLockOpen)); in PetscViewerASCIIOpen()
/petsc/src/sys/objects/
H A Dpinit.c77 PetscSpinlock PetscViewerASCIISpinLockOpen; variable
885 PetscCall(PetscSpinlockCreate(&PetscViewerASCIISpinLockOpen)); in PetscInitialize_Common()
1766 PetscCall(PetscSpinlockDestroy(&PetscViewerASCIISpinLockOpen)); in PetscFinalize()
/petsc/include/petsc/private/
H A Dpetscimpl.h1610 PETSC_INTERN PetscSpinlock PetscViewerASCIISpinLockOpen; variable