Searched refs:PetscSpinlock (Results 1 – 5 of 5) sorted by relevance
1507 typedef ck_spinlock_t PetscSpinlock; typedef1509 static inline PetscErrorCode PetscSpinlockCreate(PetscSpinlock *ck_spinlock) in PetscSpinlockCreate()1514 static inline PetscErrorCode PetscSpinlockLock(PetscSpinlock *ck_spinlock) in PetscSpinlockLock()1519 static inline PetscErrorCode PetscSpinlockUnlock(PetscSpinlock *ck_spinlock) in PetscSpinlockUnlock()1524 static inline PetscErrorCode PetscSpinlockDestroy(PetscSpinlock *ck_spinlock) in PetscSpinlockDestroy()1542 typedef petsc_atomic_flag PetscSpinlock; typedef1544 static inline PetscErrorCode PetscSpinlockCreate(PetscSpinlock *spinlock) in PetscSpinlockCreate()1549 static inline PetscErrorCode PetscSpinlockLock(PetscSpinlock *spinlock) in PetscSpinlockLock()1555 static inline PetscErrorCode PetscSpinlockUnlock(PetscSpinlock *spinlock) in PetscSpinlockUnlock()1560 static inline PetscErrorCode PetscSpinlockDestroy(PETSC_UNUSED PetscSpinlock *spinlock) in PetscSpinlockDestroy()[all …]
188 PETSC_INTERN PetscSpinlock PetscLogSpinLock;
77 PetscSpinlock PetscViewerASCIISpinLockOpen;78 PetscSpinlock PetscViewerASCIISpinLockStdout;79 PetscSpinlock PetscViewerASCIISpinLockStderr;80 PetscSpinlock PetscCommSpinLock;
26 PetscSpinlock PetscLogSpinLock;
257 PetscSpinlock lock;