Home
last modified time | relevance | path

Searched refs:this_construct (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp702 kmp_int32 old_this = th->th.th_local.this_construct; in __kmp_enter_single()
704 ++th->th.th_local.this_construct; in __kmp_enter_single()
710 th->th.th_local.this_construct); in __kmp_enter_single()
1923 master_this_cons = master_th->th.th_local.this_construct; in __kmp_fork_call()
2628 master_th->th.th_local.this_construct = team->t.t_master_this_cons; in __kmp_join_call()
4322 this_thr->th.th_local.this_construct = 0; in __kmp_initialize_info()
7639 this_thr->th.th_local.this_construct = 0; in __kmp_run_before_invoked_task()
H A Dkmp.h2332 volatile int this_construct; /* count of single's encountered by thread */ member