Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp741 if (team->t.t_construct == old_this) { in __kmp_enter_single()
742 status = __kmp_atomic_compare_store_acq(&team->t.t_construct, old_this, in __kmp_enter_single()
4515 team->t.t_construct = 0; in __kmp_initialize_team()
7411 team->t.t_construct = 0; /* no single directives seen yet */ in __kmp_internal_fork()
Dkmp.h2695 std::atomic<int> t_construct; // count of single directive encountered by team member