Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp.h2777 std::atomic<kmp_uint32> t_copyin_counter; member
Dkmp_runtime.cpp4524 team->t.t_copyin_counter = 0; /* for barrier-free copyin implementation */ in __kmp_initialize_team()
5438 team->t.t_copyin_counter = 0; // init counter for possible reuse in __kmp_free_team()