Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp.h3218 std::atomic<kmp_uint32> t_copyin_counter; member
HDkmp_runtime.cpp4787 team->t.t_copyin_counter = 0; /* for barrier-free copyin implementation */ in __kmp_initialize_team()
5702 team->t.t_copyin_counter = 0; // init counter for possible reuse in __kmp_free_team()