Searched refs:kmp_flag_64 (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.cpp15 void __kmp_wait_64(kmp_info_t *this_thr, kmp_flag_64 *flag,
18 __kmp_wait_template<kmp_flag_64, TRUE>(
21 __kmp_wait_template<kmp_flag_64, FALSE>(
25 void __kmp_release_64(kmp_flag_64 *flag) { __kmp_release_template(flag); }
H A Dkmp_wait_release.h768 class kmp_flag_64 : public kmp_basic_flag_native<kmp_uint64> { class in inherits:kmp_basic_flag_native
770 kmp_flag_64(volatile kmp_uint64 *p) : kmp_basic_flag_native<kmp_uint64>(p) {} function in class:kmp_flag_64
771 kmp_flag_64(volatile kmp_uint64 *p, kmp_info_t *thr) function in class:kmp_flag_64
773 kmp_flag_64(volatile kmp_uint64 *p, kmp_uint64 c) function in class:kmp_flag_64
787 __kmp_wait_template<kmp_flag_64, TRUE>(
790 __kmp_wait_template<kmp_flag_64, FALSE>(
798 retval = __kmp_wait_template<kmp_flag_64, TRUE, true, false>(
801 retval = __kmp_wait_template<kmp_flag_64, FALSE, true, false>(
862 kmp_flag_64 flag(&this_thr->th.th_bar[bt].bb.b_go,
918 switch (RCAST(kmp_flag_64 *, CCAS
[all...]
H A Dkmp_barrier.cpp81 kmp_flag_64 flag(&thr_bar->b_arrived, other_threads[0]);
104 kmp_flag_64 flag(&other_threads[i]->th.th_bar[bt].bb.b_arrived,
206 kmp_flag_64 flag(&other_threads[i]->th.th_bar[bt].bb.b_go,
214 kmp_flag_64 flag(&thr_bar->b_go, KMP_BARRIER_STATE_BUMP);
342 kmp_flag_64 flag(&child_bar->b_arrived, new_state);
387 kmp_flag_64 flag(&thr_bar->b_arrived, other_threads[parent_tid]);
423 kmp_flag_64 flag(&thr_bar->b_go, KMP_BARRIER_STATE_BUMP);
501 kmp_flag_64 flag(&child_bar->b_go, child_thr);
543 kmp_flag_64 p_flag(&thr_bar->b_arrived);
591 kmp_flag_64 c_fla
[all...]
H A Dkmp.h3283 class kmp_flag_64;
3285 extern void __kmp_wait_64(kmp_info_t *this_thr, kmp_flag_64 *flag,
3292 extern void __kmp_release_64(kmp_flag_64 *flag);
3391 extern void __kmp_suspend_64(int th_gtid, kmp_flag_64 *flag);
3394 extern void __kmp_resume_64(int target_gtid, kmp_flag_64 *flag);
3529 kmp_flag_64 *flag, int final_spin,
H A Dz_Windows_NT_util.cpp448 void __kmp_suspend_64(int th_gtid, kmp_flag_64 *flag) {
512 void __kmp_resume_64(int target_gtid, kmp_flag_64 *flag) {
H A Dz_Linux_util.cpp1586 void __kmp_suspend_64(int th_gtid, kmp_flag_64 *flag) {
1669 void __kmp_resume_64(int target_gtid, kmp_flag_64 *flag) {
H A Dkmp_runtime.cpp5392 kmp_flag_64 fl(&th->th.th_bar[bs_forkjoin_barrier].bb.b_go, th);
5833 kmp_flag_64 flag(&thread->th.th_bar[bs_forkjoin_barrier].bb.b_go, thread);
8218 kmp_flag_64 fl(&thread->th.th_bar[bs_forkjoin_barrier].bb.b_go, thread);
H A Dkmp_tasking.cpp3021 kmp_info_t *thread, kmp_int32 gtid, kmp_flag_64 *flag, int final_spin,

Completed in 121 milliseconds