Searched refs:KMP_LOCK_RELEASED (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp162 return KMP_LOCK_RELEASED;
257 return KMP_LOCK_RELEASED;
466 return KMP_LOCK_RELEASED;
561 return KMP_LOCK_RELEASED;
728 return KMP_LOCK_RELEASED;
889 return KMP_LOCK_RELEASED;
1416 return KMP_LOCK_RELEASED;
1491 return KMP_LOCK_RELEASED;
1502 return KMP_LOCK_RELEASED;
1633 return KMP_LOCK_RELEASED;
[all...]
H A Dkmp_csupport.cpp2852 if (release_status == KMP_LOCK_RELEASED) {
2891 release_status = KMP_LOCK_RELEASED;
2902 if (release_status == KMP_LOCK_RELEASED) {
2944 if (release_status == KMP_LOCK_RELEASED) {
H A Dkmp_lock.h156 #define KMP_LOCK_RELEASED 1 macro

Completed in 170 milliseconds