Searched refs:timer (Results 1 – 8 of 8) sorted by relevance
| /third_party/ulib/jemalloc/test/src/ |
| A D | timer.c | 4 timer_start(timedelta_t *timer) in timer_start() argument 6 nstime_init(&timer->t0, 0); in timer_start() 7 nstime_update(&timer->t0); in timer_start() 11 timer_stop(timedelta_t *timer) in timer_stop() argument 13 nstime_copy(&timer->t1, &timer->t0); in timer_stop() 14 nstime_update(&timer->t1); in timer_stop() 18 timer_usec(const timedelta_t *timer) in timer_usec() argument 22 nstime_copy(&delta, &timer->t1); in timer_usec() 23 nstime_subtract(&delta, &timer->t0); in timer_usec()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | timer.h | 8 void timer_start(timedelta_t *timer); 9 void timer_stop(timedelta_t *timer); 10 uint64_t timer_usec(const timedelta_t *timer);
|
| A D | jemalloc_test.h.in | 124 #include "test/timer.h"
|
| /third_party/ulib/jemalloc/test/stress/ |
| A D | microbench.c | 4 time_func(timedelta_t *timer, uint64_t nwarmup, uint64_t niter, in time_func() argument 11 timer_start(timer); in time_func() 14 timer_stop(timer); in time_func()
|
| /third_party/dev/ethernet/e1000/ |
| A D | e1000_ich8lan.c | 1227 s32 timer; in e1000_set_obff_timer_pch_lpt() local 1232 timer = itr & E1000_ITR_MASK; in e1000_set_obff_timer_pch_lpt() 1233 timer = (timer * E1000_ITR_MULT) / 1000; in e1000_set_obff_timer_pch_lpt() 1235 if ((timer < 0) || (timer > E1000_ITR_MASK)) { in e1000_set_obff_timer_pch_lpt() 1236 DEBUGOUT1("Invalid OBFF timer %d\n", timer); in e1000_set_obff_timer_pch_lpt() 1242 svcr |= timer << E1000_SVCR_OFF_TIMER_SHIFT; in e1000_set_obff_timer_pch_lpt()
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 176 exiting/cancelling the a timer handler thread no longer kills the 177 timer. 209 - pthread_exit/cancel on timer handler wrongly destroying the timer 312 - timer expiration thread exit wasn't running dtors 313 - timer threads weren't blocking signals 1032 - SIGEV_THREAD timer id corruption and race condition issues 1033 - timer thread TLS incorrectly keeping values from previous expiry run
|
| /third_party/ulib/jemalloc/ |
| A D | Makefile.in | 147 $(srcroot)test/src/thd.c $(srcroot)test/src/timer.c
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 124 Cleaned up the output of the ASL Debug object. The timer() value is now 181 AcpiExec: Added support to make the debug object timer optional. Default 182 is timer disabled. This cleans up the debug object output -- the timer 2044 zero in the FADT indicates no PM timer. 3591 ACPI PM timer 3604 Moved the external ACPI PM timer interface prototypes to the public 11305 implements a 64-bit timer with 100 nanosecond granularity. 11310 the timer with the best clock available. Also, it keeps the core 12963 (Both) Eliminate spawning of thread from timer callback, in favor 13507 Initialize thermal driver's timer before it is used. (Knut [all …]
|
Completed in 33 milliseconds