Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libgomp/
H A Dteam.c327 team->prev_ts = thr->ts; in gomp_team_start()
487 + team->prev_ts.place_partition_len)) in gomp_team_start()
488 p = team->prev_ts.place_partition_off; in gomp_team_start()
507 + team->prev_ts.place_partition_len)) in gomp_team_start()
508 p = team->prev_ts.place_partition_off; in gomp_team_start()
556 team->prev_ts.place_partition_len in gomp_team_start()
563 <= (team->prev_ts.place_partition_off in gomp_team_start()
567 - team->prev_ts.place_partition_off; in gomp_team_start()
778 + team->prev_ts.place_partition_len)) in gomp_team_start()
779 p = team->prev_ts.place_partition_off; in gomp_team_start()
[all …]
H A Dparallel.c272 ts = &ts->team->prev_ts; in omp_get_ancestor_thread_num()
283 ts = &ts->team->prev_ts; in omp_get_team_size()
H A Dlibgomp.h523 struct gomp_team_state prev_ts; member
H A Dtarget.c1640 team->prev_ts = thr->ts; in GOMP_target_ext()
/dragonfly/contrib/gcc-4.7/libgomp/
H A Dparallel.c172 ts = &ts->team->prev_ts; in omp_get_ancestor_thread_num()
183 ts = &ts->team->prev_ts; in omp_get_team_size()
H A Dteam.c289 team->prev_ts = thr->ts; in gomp_team_start()
353 nthr->ts.level = team->prev_ts.level + 1; in gomp_team_start()
425 start_data->ts.level = team->prev_ts.level + 1; in gomp_team_start()
486 thr->ts = team->prev_ts; in gomp_team_end()
H A Dlibgomp.h286 struct gomp_team_state prev_ts; member
/dragonfly/contrib/libpcap/
H A Dpcap-dpdk.c185 struct timeval prev_ts; member
460 timersub(&(pd->curr_ts),&(pd->prev_ts), &delta_tm); in pcap_dpdk_stats()
468 pd->prev_ts = pd->curr_ts; in pcap_dpdk_stats()
922 calculate_timestamp(&(pd->ts_helper), &(pd->prev_ts)); in pcap_dpdk_activate()