Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_lock.cpp608 return std::atomic_load_explicit(&lck->lk.owner_id, in __kmp_get_ticket_lock_owner()
669 std::atomic_store_explicit(&lck->lk.owner_id, gtid + 1, in __kmp_acquire_ticket_lock_with_checks()
708 std::atomic_store_explicit(&lck->lk.owner_id, gtid + 1, in __kmp_test_ticket_lock_with_checks()
749 std::atomic_store_explicit(&lck->lk.owner_id, 0, std::memory_order_relaxed); in __kmp_release_ticket_lock_with_checks()
761 &lck->lk.owner_id, 0, in __kmp_init_ticket_lock()
779 std::atomic_store_explicit(&lck->lk.owner_id, 0, std::memory_order_relaxed); in __kmp_destroy_ticket_lock()
816 std::atomic_store_explicit(&lck->lk.owner_id, gtid + 1, in __kmp_acquire_nested_ticket_lock()
853 std::atomic_store_explicit(&lck->lk.owner_id, gtid + 1, in __kmp_test_nested_ticket_lock()
883 std::atomic_store_explicit(&lck->lk.owner_id, 0, std::memory_order_relaxed); in __kmp_release_nested_ticket_lock()
1072 return TCR_4(lck->lk.owner_id) - 1; in __kmp_get_queuing_lock_owner()
[all …]
HDkmp_lock.h244 std::atomic_int owner_id; // (gtid+1) of owning thread, 0 if unlocked member
258 std::atomic<int> owner_id; // (gtid+1) of owning thread, 0 if unlocked member
378 volatile kmp_int32 owner_id; // (gtid+1) of owning thread, 0 if unlocked member
478 volatile kmp_uint32 owner_id; // (gtid+1) of owning thread, 0 if unlocked member
HDkmp_debugger.cpp159 offset_and_size_of(kmp_base_queuing_lock_t, owner_id),