Searched refs:timer (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dtimer.h63 start_timer (int timer) argument
67 r = cuEventRecord (_Tstart_events[timer], _Tstream);
76 stop_timer (int timer) argument
81 r = cuEventRecord (_Tstop_events[timer], _Tstream);
88 r = cuEventSynchronize (_Tstop_events[timer]);
95 r = cuEventElapsedTime (&etime, _Tstart_events[timer], _Tstop_events[timer]);
/haiku-buildtools/legacy/gcc/libchill/
H A Dinttime.c77 _inttime (timer, outlist)
78 time_t timer;
84 time_str = localtime (&timer);
/haiku-buildtools/binutils/gold/
H A Dparameters.h61 set_timer(Timer* timer);
77 // Return the timer object.
79 timer() const function in class:gold::Parameters
212 set_parameters_timer(Timer* timer);
H A Dmain.cc51 #include "timer.h"
167 Timer timer; local
170 timer.start();
171 set_parameters_timer(&timer);
259 timer.stamp(2);
260 Timer::TimeStats elapsed = timer.get_pass_time(0);
268 elapsed = timer.get_pass_time(1);
276 elapsed = timer.get_pass_time(2);
284 elapsed = timer.get_elapsed_time();
H A Dparameters.cc82 Parameters::set_timer(Timer* timer) argument
85 this->timer_ = timer;
290 set_parameters_timer(Timer* timer) argument
291 { static_parameters.set_timer(timer); }
H A Dgold.cc48 #include "timer.h"
491 Timer* timer = parameters->timer(); local
492 if (timer != NULL)
493 timer->stamp(0);
797 Timer* timer = parameters->timer(); local
798 if (timer != NULL)
799 timer->stamp(1);
H A Dworkqueue.cc27 #include "timer.h"
315 Timer timer; local
317 timer.start();
323 Timer::TimeStats elapsed = timer.get_elapsed_time();
H A DMakefile.am108 timer.cc \
159 timer.h \
H A DMakefile.in131 target.$(OBJEXT) target-select.$(OBJEXT) timer.$(OBJEXT) \
548 timer.cc \
599 timer.h \
896 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
/haiku-buildtools/binutils/gas/testsuite/gas/rx/
H A Drx-asm-bad.s31 .RVECTOR 12,timer
/haiku-buildtools/gcc/gcc/ada/
H A Dsysdep.c637 __gnat_localtime_tzoff (const time_t *timer, const int *is_historic, long *off)
683 utc_time.ull_time = ((unsigned long long) *timer + w32_epoch_offset)
734 __gnat_localtime_tzoff (const time_t *timer, const int *is_historic, long *off)
753 __gnat_localtime_tzoff (const time_t *timer ATTRIBUTE_UNUSED,
764 localtime_r (timer, &tp);
781 localtime_r (timer, &tp);
826 localtime_r (timer, &tp);
636 __gnat_localtime_tzoff(const time_t *timer, const int *is_historic, long *off) argument
733 __gnat_localtime_tzoff(const time_t *timer, const int *is_historic, long *off) argument
/haiku-buildtools/gcc/gcc/
H A Dtimevar.c133 timer. */
211 timevar_accumulate (struct timevar_time_def *timer, argument
215 timer->user += stop_time->user - start_time->user;
216 timer->sys += stop_time->sys - start_time->sys;
217 timer->wall += stop_time->wall - start_time->wall;
218 timer->ggc_mem += stop_time->ggc_mem - start_time->ggc_mem;
253 TIMEVAR cannot be running as a standalone timer. */
265 /* Can't push a standalone timer. */
374 If the timer is already running, leave it running and return true.
375 Otherwise, start the timer an
[all...]
/haiku-buildtools/gcc/gmp/tune/
H A Dhppa.asm24 dnl Get the HPPA interval timer.
H A Dhppa2.asm24 dnl Get the HPPA interval timer.
H A Dhppa2w.asm24 dnl Get the HPPA interval timer.
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Decho-area.c1471 struct timeval timer;
1477 timer.tv_sec = 2;
1478 timer.tv_usec = 750;
1480 (fd_set *) NULL, &timer);
1466 struct timeval timer; local
H A Decho_area.c1477 struct timeval timer;
1483 timer.tv_sec = 2;
1484 timer.tv_usec = 750;
1485 ready = select (1, &readfds, (fd_set *)NULL, (fd_set *)NULL, &timer);
1472 struct timeval timer; local
H A Dsession.c3837 struct timeval timer;
3842 timer.tv_sec = 1;
3843 timer.tv_usec = 750;
3844 ready = select (fileno(info_input_stream)+1, &readfds, (fd_set *)NULL, (fd_set *)NULL, &timer);
3827 struct timeval timer; local
/haiku-buildtools/gcc/libgcc/config/arc/gmon/
H A Dprofil.S101 mov_s r12,3 ; enable timer interrupts; count only when not halted.
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_host.cpp304 OffloadTimer timer(get_timer_data(), c_offload_host_alloc_buffers);
487 OffloadTimer timer(get_timer_data(), c_offload_host_alloc_buffers);
721 OffloadTimer timer(get_timer_data(), c_offload_host_setup_buffers);
1998 OffloadTimer timer(get_timer_data(), c_offload_host_setup_misc_data);
2006 // timer data is sent as a part of the output data
2086 OffloadTimer timer(get_timer_data(), c_offload_host_wait_deps);
2224 OffloadTimer timer(get_timer_data(), c_offload_host_wait_compute);
2252 OffloadTimer timer(get_timer_data(), c_offload_host_wait_buffers_reads);
2276 OffloadTimer timer(get_timer_data(), c_offload_host_destroy_buffers);
2454 OffloadTimer timer(get_timer_dat
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/h8300/
H A Dpr58400.c74 struct delayed_work { struct work_struct work; struct timer_list timer; struct workqueue_struct *wq; int cpu; }; member in struct:delayed_work
/haiku-buildtools/gcc/libgcc/config/sh/
H A Dcrt1.S28 /* Section used for exception/timer interrupt stack area */
749 ! if an rtos is exporting a timer start fn,
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A Dmakeinfo.c3995 time_t timer = time (0);
3996 struct tm *ts = localtime (&timer);
3986 time_t timer = time (0); local

Completed in 212 milliseconds