Home
last modified time | relevance | path

Searched refs:__kmp_release_lock (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_taskdeps.h19 #define KMP_RELEASE_DEPNODE(gtid, n) __kmp_release_lock(&(n)->dn.lock, (gtid))
121 __kmp_release_lock(node->dn.mtx_locks[i], gtid); in __kmp_release_deps()
HDkmp_threadprivate.cpp329 __kmp_release_lock(&__kmp_global_lock, gtid); in kmp_threadprivate_insert_private_data()
412 __kmp_release_lock(&__kmp_global_lock, gtid); in kmp_threadprivate_insert()
662 __kmp_release_lock(&__kmp_global_lock, global_tid); in __kmpc_threadprivate_cached()
HDkmp_dispatch.cpp1389 __kmp_release_lock(lck, gtid); in __kmp_dispatch_next_algorithm()
1433 __kmp_release_lock(lck, gtid); in __kmp_dispatch_next_algorithm()
1464 __kmp_release_lock(lckv, gtid); in __kmp_dispatch_next_algorithm()
1481 __kmp_release_lock(lckv, gtid); in __kmp_dispatch_next_algorithm()
1501 __kmp_release_lock(lck, gtid); in __kmp_dispatch_next_algorithm()
HDkmp_lock.cpp3178 __kmp_release_lock(&__kmp_global_lock, gtid); in __kmp_allocate_indirect_lock()
3257 __kmp_release_lock(&__kmp_global_lock, gtid); in __kmp_destroy_indirect_lock()
3892 __kmp_release_lock(&__kmp_global_lock, gtid); // AC: TODO move this line upper in __kmp_user_lock_allocate()
3913 __kmp_release_lock(&__kmp_global_lock, gtid); in __kmp_user_lock_free()
HDkmp_lock.h567 static inline void __kmp_release_lock(kmp_lock_t *lck, kmp_int32 gtid) { in __kmp_release_lock() function
HDkmp_alloc.cpp289 __kmp_release_lock(&th->th.th_local.bget_lock, __kmp_gtid_from_thread(th)); in __kmp_bget_dequeue()
357 __kmp_release_lock(&th->th.th_local.bget_lock, rel_gtid); in __kmp_bget_enqueue()
HDkmp_runtime.cpp8416 __kmp_release_lock(&root->r.r_begin_lock, gtid); in __kmp_internal_begin()
8422 __kmp_release_lock(&root->r.r_begin_lock, gtid); in __kmp_internal_begin()
HDkmp_tasking.cpp299 __kmp_release_lock(node->dn.mtx_locks[j], gtid);