Searched refs:tmp_time (Results 1 – 1 of 1) sorted by relevance
1647 kmp_uint64 tmp_time = __itt_get_timestamp(); in __kmp_fork_call() local1648 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() local2217 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()