Searched refs:polls (Results 1 – 6 of 6) sorted by relevance
2221 std::atomic<kmp_uint64> *polls = lck->lk.polls; in __kmp_acquire_drdpa_lock_timed_template() local2224 if (polls[ticket & mask] != ticket) in __kmp_acquire_drdpa_lock_timed_template()2251 polls = lck->lk.polls; // atomic load in __kmp_acquire_drdpa_lock_timed_template()2290 polls[0] = ticket; in __kmp_acquire_drdpa_lock_timed_template()2313 polls[i].store(old_polls[i]); in __kmp_acquire_drdpa_lock_timed_template()2333 lck->lk.polls = polls; // atomic store in __kmp_acquire_drdpa_lock_timed_template()2380 std::atomic<kmp_uint64> *polls = lck->lk.polls; in __kmp_test_drdpa_lock() local2425 std::atomic<kmp_uint64> *polls = lck->lk.polls; // atomic load in __kmp_release_drdpa_lock() local2475 if (lck->lk.polls.load() != NULL) { in __kmp_destroy_drdpa_lock()2476 __kmp_free(lck->lk.polls.load()); in __kmp_destroy_drdpa_lock()[all …]
448 std::atomic<std::atomic<kmp_uint64> *> polls; member
677 The pass PlaceSafepoints inserts safepoint polls sufficient to ensure running714 At the moment, PlaceSafepoints can insert safepoint polls at method entry and715 loop backedges locations. Extending this to work with return polls would be719 polls at particular sites unless needed to ensure timely execution of a poll732 you can insert safepoint polls in the frontend. If you have the later case,
541 * Safe-point polls are only needed before loop-back edges
154 seconds (usec) to wait between polls (defaults to 1000). The new
1240 This library contains a recursive-descent parser that polls tokens from the