Home
last modified time | relevance | path

Searched refs:omp_destroy_lock (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/openmp/runtime/test/ompt/synchronization/
Dtest_lock.c25 omp_destroy_lock(&lock); in main()
Dlock.c20 omp_destroy_lock(&lock); in main()
/external/llvm-project/openmp/tools/archer/tests/races/
Dlock-unrelated.c34 omp_destroy_lock(&lock); in main()
/external/llvm-project/openmp/tools/archer/tests/critical/
Dlock.c33 omp_destroy_lock(&lock); in main()
/external/llvm-project/openmp/runtime/test/api/
Dkmp_set_defaults_lock_bug.c51 omp_destroy_lock(&lock); in main()
/external/llvm-project/openmp/runtime/test/lock/
Domp_test_lock.c32 omp_destroy_lock(&lck); in test_omp_test_lock()
Domp_lock.c31 omp_destroy_lock(&lck); in test_omp_lock()
Domp_init_lock.c31 omp_destroy_lock(&lcks[j]); in test_omp_init_lock()
/external/ImageMagick/MagickCore/
Dmutex.h50 omp_destroy_lock(&translation_unit_mutex); in DestroyMagickMutex()
Dsemaphore.c358 omp_destroy_lock((omp_lock_t *) &(*semaphore_info)->mutex); in RelinquishSemaphoreInfo()
/external/llvm-project/openmp/runtime/src/include/
Domp_lib.h.var460 subroutine omp_destroy_lock(svar) bind(c)
462 !DIR$ attributes known_intrinsic :: omp_destroy_lock
466 end subroutine omp_destroy_lock
797 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_destroy_lock
880 !$omp declare target(omp_destroy_lock )
Domp_lib.f90.var383 subroutine omp_destroy_lock(svar) bind(c)
385 !DIR$ attributes known_intrinsic :: omp_destroy_lock
389 end subroutine omp_destroy_lock
Domp.h.var89 extern void __KAI_KMPC_CONVENTION omp_destroy_lock (omp_lock_t *);
/external/llvm-project/flang/module/
Domp_lib.h360 subroutine omp_destroy_lock(lockvar) bind(c, name="omp_destroy_lock_")
363 end subroutine omp_destroy_lock
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dlibcall.cu345 EXTERN void omp_destroy_lock(omp_lock_t *lock) { in omp_destroy_lock() function
/external/llvm-project/openmp/runtime/src/
Dkmp_ftn_os.h81 #define FTN_DESTROY_LOCK omp_destroy_lock
Ddllexports397 omp_destroy_lock 700
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h74 EXTERN void omp_destroy_lock(omp_lock_t *lock);
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dadd_attributes.ll118 call void @omp_destroy_lock(%struct.omp_lock_t* %19)
364 declare dso_local void @omp_destroy_lock(%struct.omp_lock_t*)
748 ; CHECK: declare dso_local void @omp_destroy_lock(%struct.omp_lock_t*)
1285 ; OPTIMISTIC: declare dso_local void @omp_destroy_lock(%struct.omp_lock_t*)