Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp1647 kmp_uint64 tmp_time = __itt_get_timestamp(); in __kmp_fork_call() local
1648 master_th->th.th_frame_time = tmp_time; in __kmp_fork_call()
1649 parent_team->t.t_region_time = tmp_time; in __kmp_fork_call()
2215 kmp_uint64 tmp_time = 0; in __kmp_fork_call() local
2217 tmp_time = __itt_get_timestamp(); in __kmp_fork_call()
2219 master_th->th.th_frame_time = tmp_time; in __kmp_fork_call()
2221 team->t.t_region_time = tmp_time; in __kmp_fork_call()