Searched refs:KMP_FSYNC_SPIN_INIT (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_itt.h | 224 #undef KMP_FSYNC_SPIN_INIT 225 #define KMP_FSYNC_SPIN_INIT(obj, spin) \ macro 293 #define KMP_FSYNC_SPIN_INIT(obj, spin) ((void)0) macro 321 #define KMP_FSYNC_SPIN_INIT(obj, spin) ((void)0) macro
|
D | kmp_dispatch.h | 298 KMP_FSYNC_SPIN_INIT(obj, CCAST(UT *, spin)); in __kmp_wait()
|
D | kmp_wait_release.h | 190 KMP_FSYNC_SPIN_INIT(spin, NULL); in __kmp_wait_template()
|
D | z_Windows_NT_util.cpp | 1293 KMP_FSYNC_SPIN_INIT(obj, (void *)&th->th.th_info.ds.ds_alive); in __kmp_reap_common()
|
D | kmp_dispatch.cpp | 2549 KMP_FSYNC_SPIN_INIT(obj, CCAST(kmp_uint32 *, spin)); in __kmp_wait_4() 2574 KMP_FSYNC_SPIN_INIT(obj, spin); in __kmp_wait_4_ptr()
|
D | kmp_tasking.cpp | 3646 KMP_FSYNC_SPIN_INIT(spin, NULL); in __kmp_tasking_barrier()
|