Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_taskdeps.h21 #define KMP_RELEASE_DEPNODE(gtid, n) __kmp_release_lock(&(n)->dn.lock, (gtid))
98 __kmp_release_lock(node->dn.mtx_locks[i], gtid); in __kmp_release_deps()
Dkmp_threadprivate.cpp330 __kmp_release_lock(&__kmp_global_lock, gtid); in kmp_threadprivate_insert_private_data()
413 __kmp_release_lock(&__kmp_global_lock, gtid); in kmp_threadprivate_insert()
662 __kmp_release_lock(&__kmp_global_lock, global_tid); in __kmpc_threadprivate_cached()
Dkmp_dispatch.cpp1216 __kmp_release_lock(lck, gtid); in __kmp_dispatch_next_algorithm()
1261 __kmp_release_lock(lck, gtid); in __kmp_dispatch_next_algorithm()
1276 __kmp_release_lock(lck, gtid); in __kmp_dispatch_next_algorithm()
1286 __kmp_release_lock(pr->u.p.th_steal_lock, gtid); in __kmp_dispatch_next_algorithm()
Dkmp_lock.cpp3074 __kmp_release_lock(&__kmp_global_lock, gtid); in __kmp_allocate_indirect_lock()
3156 __kmp_release_lock(&__kmp_global_lock, gtid); in __kmp_destroy_indirect_lock()
3788 __kmp_release_lock(&__kmp_global_lock, gtid); // AC: TODO move this line upper in __kmp_user_lock_allocate()
3809 __kmp_release_lock(&__kmp_global_lock, gtid); in __kmp_user_lock_free()
Dkmp_lock.h563 static inline void __kmp_release_lock(kmp_lock_t *lck, kmp_int32 gtid) { in __kmp_release_lock() function
Dkmp_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()
Dkmp_runtime.cpp7735 __kmp_release_lock(&root->r.r_begin_lock, gtid); in __kmp_internal_begin()
7741 __kmp_release_lock(&root->r.r_begin_lock, gtid); in __kmp_internal_begin()
Dkmp_tasking.cpp285 __kmp_release_lock(node->dn.mtx_locks[j], gtid); in __kmp_task_is_allowed()