Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/openmp/runtime/src/
HDkmp_lock.cpp2265 if ((lck->lk.old_polls != NULL) && (ticket >= lck->lk.cleanup_ticket)) { in __kmp_acquire_drdpa_lock_timed_template()
2268 lck->lk.cleanup_ticket = 0; in __kmp_acquire_drdpa_lock_timed_template()
2346 lck->lk.cleanup_ticket = lck->lk.next_ticket; in __kmp_acquire_drdpa_lock_timed_template()
2461 lck->lk.cleanup_ticket = 0; in __kmp_init_drdpa_lock()
2485 lck->lk.cleanup_ticket = 0; in __kmp_destroy_drdpa_lock()
HDkmp_lock.h454 kmp_uint64 cleanup_ticket; // thread with cleanup ticket member