Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DSynchronization.cpp77 int testLock(omp_lock_t *);
215 int testLock(omp_lock_t *) { __builtin_trap(); } in testLock() function
274 int testLock(omp_lock_t *Lock) { in testLock() function
423 int omp_test_lock(omp_lock_t *Lock) { return impl::testLock(Lock); } in omp_test_lock()