Home
last modified time | relevance | path

Searched refs:__itt_get_timestamp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp253 __itt_get_timestamp(); in __kmp_dist_barrier_gather()
574 __itt_get_timestamp(); in __kmp_linear_barrier_gather_template()
817 __itt_get_timestamp(); in __kmp_tree_barrier_gather()
1030 __itt_get_timestamp(); in __kmp_hyper_barrier_gather()
1385 this_thr->th.th_bar_arrive_time = __itt_get_timestamp(); in __kmp_hierarchical_barrier_gather()
1954 kmp_uint64 cur_time = __itt_get_timestamp(); in __kmp_barrier_template()
2358 kmp_uint64 cur_time = __itt_get_timestamp(); in __kmp_join_barrier()
H A Dkmp_tasking.cpp1894 cur_time = __itt_get_timestamp();
1925 thread->th.th_bar_arrive_time += (__itt_get_timestamp() - cur_time);
H A Dkmp_runtime.cpp1659 kmp_uint64 tmp_time = __itt_get_timestamp(); in __kmp_fork_in_teams()
2321 tmp_time = __itt_get_timestamp(); in __kmp_fork_call()
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify.h2151 __itt_timestamp ITTAPI __itt_get_timestamp(void);
2157 #define __itt_get_timestamp ITTNOTIFY_DATA(get_timestamp) macro
2160 #define __itt_get_timestamp()