Searched refs:unsetLock (Results 1 – 1 of 1) sorted by relevance
76 void unsetLock(omp_lock_t *);214 void unsetLock(omp_lock_t *) { __builtin_trap(); } in unsetLock() function270 void unsetLock(omp_lock_t *Lock) { in unsetLock() function278 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()