reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/openmp/runtime/src/kmp_lock.h
  492 extern int __kmp_test_drdpa_lock(kmp_drdpa_lock_t *lck, kmp_int32 gtid);

References

projects/openmp/runtime/src/kmp_lock.cpp
 2427   int retval = __kmp_test_drdpa_lock(lck, gtid);
 2559   } else if (!__kmp_test_drdpa_lock(lck, gtid)) {