Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_itt.h216 #define KMP_FSYNC_RELEASING(obj) __itt_fsync_releasing((void *)(obj)) macro
291 #define KMP_FSYNC_RELEASING(obj) ((void)0) macro
319 #define KMP_FSYNC_RELEASING(obj) ((void)0) macro
Dkmp_dispatch.h422 KMP_FSYNC_RELEASING(CCAST(UT *, &sh->u.s.ordered_iteration)); in __kmp_dispatch_dxo()
Dz_Windows_NT_util.cpp987 KMP_FSYNC_RELEASING(&this_thr->th.th_info.ds.ds_alive); in __kmp_launch_worker()
999 KMP_FSYNC_RELEASING(&this_thr->th.th_info.ds.ds_alive); in __kmp_launch_worker()
Dkmp_lock.cpp156 KMP_FSYNC_RELEASING(lck); in __kmp_release_tas_lock()
443 KMP_FSYNC_RELEASING(lck); in __kmp_release_futex_lock()
1383 KMP_FSYNC_RELEASING(lck); in __kmp_release_queuing_lock()
2446 KMP_FSYNC_RELEASING(lck); in __kmp_release_drdpa_lock()
Dkmp_wait_release.h581 KMP_FSYNC_RELEASING(flag->get_void_p()); in __kmp_release_template()
Dkmp_tasking.cpp423 KMP_FSYNC_RELEASING(thread->th.th_current_task); // releasing self in __kmp_push_task()
424 KMP_FSYNC_RELEASING(taskdata); // releasing child in __kmp_push_task()
1572 KMP_FSYNC_RELEASING(taskdata->td_parent); // releasing parent in __kmp_invoke_task()
Dkmp_csupport.cpp1065 KMP_FSYNC_RELEASING(ftx); \