Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_barrier.cpp64 __itt_get_timestamp(); in __kmp_linear_barrier_gather_template()
315 __itt_get_timestamp(); in __kmp_tree_barrier_gather()
536 __itt_get_timestamp(); in __kmp_hyper_barrier_gather()
896 this_thr->th.th_bar_arrive_time = __itt_get_timestamp(); in __kmp_hierarchical_barrier_gather()
1459 kmp_uint64 cur_time = __itt_get_timestamp(); in __kmp_barrier_template()
1846 kmp_uint64 cur_time = __itt_get_timestamp(); in __kmp_join_barrier()
Dkmp_tasking.cpp1549 cur_time = __itt_get_timestamp(); in __kmp_invoke_task()
1569 thread->th.th_bar_arrive_time += (__itt_get_timestamp() - cur_time); in __kmp_invoke_task()
Dkmp_runtime.cpp1639 kmp_uint64 tmp_time = __itt_get_timestamp(); in __kmp_fork_call()
2182 tmp_time = __itt_get_timestamp(); in __kmp_fork_call()
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify.h1953 __itt_timestamp ITTAPI __itt_get_timestamp(void);
1959 #define __itt_get_timestamp ITTNOTIFY_DATA(get_timestamp) macro
1962 #define __itt_get_timestamp()