Searched refs:__kmp_release_lock (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_taskdeps.h | 21 #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()
|
D | kmp_threadprivate.cpp | 330 __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()
|
D | kmp_dispatch.cpp | 1216 __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()
|
D | kmp_lock.cpp | 3074 __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()
|
D | kmp_lock.h | 563 static inline void __kmp_release_lock(kmp_lock_t *lck, kmp_int32 gtid) { in __kmp_release_lock() function
|
D | kmp_alloc.cpp | 289 __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()
|
D | kmp_runtime.cpp | 7735 __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()
|
D | kmp_tasking.cpp | 285 __kmp_release_lock(node->dn.mtx_locks[j], gtid); in __kmp_task_is_allowed()
|