Searched refs:spin (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dspin_inlines.h5 void spin_init(spin_t *spin);
6 void spin_adaptive(spin_t *spin);
11 spin_init(spin_t *spin) argument
13 spin->iteration = 0;
17 spin_adaptive(spin_t *spin) argument
21 for (i = 0; i < (KQU(1) << spin->iteration); i++)
24 if (spin->iteration < 63)
25 spin->iteration++;
/fuchsia/zircon/kernel/include/
H A Ddebug.h98 /* spin the cpu for a period of (short) time */
99 void spin(uint32_t usecs);
101 /* spin the cpu for a certain number of cpu cycles */
/fuchsia/zircon/system/utest/vmo/
H A Dbench.cpp29 // spin the cpu a bit to make sure the frequency is cranked to the top
30 static void spin(zx_time_t nanosecs) { function
40 spin(ZX_MSEC(10));
/fuchsia/zircon/kernel/dev/hdcp/amlogic_s912/
H A Dhdcp.c95 spin(200);
/fuchsia/zircon/kernel/lib/debug/
H A Ddebug.cpp22 void spin(uint32_t usecs) { function
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Doszircon.cpp220 spin(Microseconds);
/fuchsia/zircon/system/host/bootserver/
H A Dbootserver.c131 static int spin = 0; local
142 fprintf(stderr, "\t%c %.01f%%", spinner[(spin++) % 4],
145 fprintf(stderr, "\t%c", spinner[(spin++) % 4]);
/fuchsia/zircon/kernel/dev/interrupt/arm_gic/v3/
H A Darm_gicv3.cpp242 spin(50);
/fuchsia/zircon/kernel/tests/
H A Dthread_tests.cpp394 spin(1000000);
724 case 2: // spin for a bit
725 //printf("%p spin\n", t);
726 spin((uint32_t)rand() % 100);
727 //printf("%p spin done\n", t);
/fuchsia/zircon/third_party/ulib/jemalloc/
H A DMakefile.in111 $(srcroot)src/spin.c \

Completed in 75 milliseconds