Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DSynchronization.cpp76 void unsetLock(omp_lock_t *);
214 void unsetLock(omp_lock_t *) { __builtin_trap(); } in unsetLock() function
270 void unsetLock(omp_lock_t *Lock) { in unsetLock() function
278 void initLock(omp_lock_t *Lock) { unsetLock(Lock); } in initLock()
280 void destroyLock(omp_lock_t *Lock) { unsetLock(Lock); } in destroyLock()
421 void omp_unset_lock(omp_lock_t *Lock) { impl::unsetLock(Lock); } in omp_unset_lock()