Home
last modified time | relevance | path

Searched refs:KMP_FSYNC_RELEASING (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.h226 #define KMP_FSYNC_RELEASING(obj) __itt_fsync_releasing((void *)(obj)) macro
307 #define KMP_FSYNC_RELEASING(obj) ((void)0) macro
335 #define KMP_FSYNC_RELEASING(obj) ((void)0) macro
H A Dkmp_dispatch.h429 KMP_FSYNC_RELEASING(CCAST(UT *, &sh->u.s.ordered_iteration)); in __kmp_dispatch_dxo()
H A Dkmp_lock.cpp160 KMP_FSYNC_RELEASING(lck); in __kmp_release_tas_lock()
444 KMP_FSYNC_RELEASING(lck); in __kmp_release_futex_lock()
1375 KMP_FSYNC_RELEASING(lck); in __kmp_release_queuing_lock()
2429 KMP_FSYNC_RELEASING(lck); in __kmp_release_drdpa_lock()
2894 KMP_FSYNC_RELEASING(lck); in __kmp_release_rtm_spin_lock()
H A Dz_Windows_NT_util.cpp1024 KMP_FSYNC_RELEASING(&this_thr->th.th_info.ds.ds_alive); in __kmp_launch_worker()
1036 KMP_FSYNC_RELEASING(&this_thr->th.th_info.ds.ds_alive); in __kmp_launch_worker()
H A Dkmp_tasking.cpp465 KMP_FSYNC_RELEASING(thread->th.th_current_task); // releasing self
466 KMP_FSYNC_RELEASING(taskdata); // releasing child
596 KMP_FSYNC_RELEASING(thread->th.th_current_task); // releasing self
597 KMP_FSYNC_RELEASING(taskdata); // releasing child
1928 KMP_FSYNC_RELEASING(taskdata->td_parent); // releasing parent
H A Dkmp_wait_release.h798 KMP_FSYNC_RELEASING(flag->get_void_p());
H A Dkmp_csupport.cpp1270 KMP_FSYNC_RELEASING(ftx); \