Searched refs:omp_lock (Results 1 – 1 of 1) sorted by relevance
1573 static inline PetscErrorCode PetscSpinlockCreate(PetscSpinlock *omp_lock) in PetscSpinlockCreate() argument1575 omp_init_lock(omp_lock); in PetscSpinlockCreate()1578 static inline PetscErrorCode PetscSpinlockLock(PetscSpinlock *omp_lock) in PetscSpinlockLock() argument1580 omp_set_lock(omp_lock); in PetscSpinlockLock()1583 static inline PetscErrorCode PetscSpinlockUnlock(PetscSpinlock *omp_lock) in PetscSpinlockUnlock() argument1585 omp_unset_lock(omp_lock); in PetscSpinlockUnlock()1588 static inline PetscErrorCode PetscSpinlockDestroy(PetscSpinlock *omp_lock) in PetscSpinlockDestroy() argument1590 omp_destroy_lock(omp_lock); in PetscSpinlockDestroy()