Searched refs:__kmp_itt_prepare_delay (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.h30 extern kmp_int32 __kmp_itt_prepare_delay;
237 if (__itt_fsync_prepare_ptr && sync_iters < __kmp_itt_prepare_delay) { \
239 if (sync_iters >= __kmp_itt_prepare_delay) { \
248 if (sync_iters >= __kmp_itt_prepare_delay) { \
H A Dkmp_itt.cpp52 kmp_int32 __kmp_itt_prepare_delay = 0; variable
H A Dkmp_settings.cpp3939 __kmp_itt_prepare_delay = delay;
3944 __kmp_stg_print_uint64(buffer, name, __kmp_itt_prepare_delay);

Completed in 173 milliseconds