/device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/ |
HpetTimer.c | 2 Timer Architectural Protocol module using High Precesion Event Timer (HPET)
18 #include <Protocol/Timer.h>
33 /// Define value for an invalid HPET Timer index.
38 /// Timer Architectural Protocol function prototypes.
43 the timer interrupt fires. It also passes the amount of time since the last
46 returned. If the CPU does not support registering a timer interrupt handler,
51 register the NotifyFunction with the timer interrupt, then EFI_DEVICE_ERROR
55 @param NotifyFunction The function to call when a timer interrupt fires.
57 Core will register a handler for the timer interrupt, [all...] |
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/ |
OpalNvmeMode.c | 900 UINT32 Timer;
1027 Timer = 0;
1028 while (Timer < NVME_CMD_TIMEOUT) {
1029 //DEBUG ((DEBUG_VERBOSE, "Timer: %x, Cq:\n", Timer));
[all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
PiSmmCpuDxeSmm.h | 445 Initialize Timer for SMM AP Sync.
454 Start Timer for SMM AP Sync.
464 Check if the SMM AP Sync timer is timeout.
466 @param Timer The start timer from the begin.
472 IN UINT64 Timer
[all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
util.py | 337 timerObject = threading.Timer(timeout, killProcess)
|
/external/u-boot/drivers/net/ |
rtl8139.c | 114 Timer=0x48, /* general-purpose counter. */
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/ |
CorebootPayloadPkg.fdf | 97 INF PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
/device/linaro/bootloader/edk2/DuetPkg/ |
DuetPkgIa32.dsc | 228 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
DuetPkgX64.dsc | 229 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
/device/linaro/bootloader/edk2/EmulatorPkg/ |
EmulatorPkg.fdf | 155 INF EmulatorPkg/TimerDxe/Timer.inf
|
/external/python/cpython3/Lib/test/ |
test_threading.py | [all...] |
/external/syzkaller/vendor/golang.org/x/net/context/ |
pre_go17.go | 222 c.timer = time.AfterFunc(d, func() { 229 // A timerCtx carries a timer and a deadline. It embeds a cancelCtx to 230 // implement Done and Err. It implements cancel by stopping its timer then 234 timer *time.Timer // Under cancelCtx.mu. 254 if c.timer != nil { 255 c.timer.Stop() 256 c.timer = nil
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
if_msk.c | [all...] |
/cts/apps/CameraITS/tools/ |
run_all_tests.py | 116 process status or PROC_TIMEOUT_CODE if timer maxes 121 timer = threading.Timer(PROC_TIMEOUT_TIME, proc.kill) 124 timer.start() 128 timer.cancel()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleCocServerService.java | 56 import java.util.Timer;
|
BleServerService.java | 50 import java.util.Timer; 216 private Timer mNotificationTimer; [all...] |
/external/catch2/include/internal/ |
catch_run_context.cpp | 330 Timer timer; local 336 timer.start(); 340 timer.start(); 344 timer.start(); 347 duration = timer.getElapsedSeconds();
|
/external/clang/lib/Frontend/ |
FrontendAction.cpp | 30 #include "llvm/Support/Timer.h" 454 llvm::TimeRegion Timer(CI.getFrontendTimer());
|
/external/fonttools/Lib/fontTools/misc/ |
loggingTools.py | 23 # default logging level used by Timer class 228 class Timer(object): 232 >>> timer = Timer() 234 >>> print("First lap:", timer.split()) 237 >>> print("Second lap:", timer.split()) 239 >>> print("Overall time:", timer.time()) 244 >>> with Timer() as t: 255 >>> with Timer(log, 'do something'): 259 The same Timer instance, holding a reference to a logger, can be reuse [all...] |
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/ |
PresenceSubscriber.java | 33 import java.util.Timer;
|
/external/swiftshader/src/Device/ |
Renderer.cpp | 31 #include "System/Timer.hpp" 779 int64_t startTick = Timer::ticks(); 796 int64_t time = Timer::ticks(); 812 setupTime[threadIndex] += Timer::ticks() - startTick; 835 pixelTime[threadIndex] += Timer::ticks() - startTick; [all...] |
/external/swiftshader/src/Renderer/ |
Renderer.cpp | 31 #include "Common/Timer.hpp" 906 int64_t startTick = Timer::ticks(); 923 int64_t time = Timer::ticks(); 939 setupTime[threadIndex] += Timer::ticks() - startTick; 962 pixelTime[threadIndex] += Timer::ticks() - startTick; [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
bias_op.cc | 567 // Initialize the timer. 568 perftools::gputools::Timer timer(stream->parent()); 569 stream->InitTimer(&timer); 570 stream->ThenStartTimer(&timer); 573 stream->ThenStopTimer(&timer); 574 uint64 elapsed_microseconds = timer.Microseconds(); 583 stream->ThenStartTimer(&timer); 586 stream->ThenStopTimer(&timer); 588 elapsed_microseconds = timer.Microseconds() [all...] |
/external/clang/include/clang/Serialization/ |
ASTReader.h | 48 #include "llvm/Support/Timer.h" 402 /// \brief A timer used to track the time spent deserializing. 403 std::unique_ptr<llvm::Timer> ReadTimer; [all...] |
/external/fonttools/Lib/fontTools/ |
merge.py | 14 from fontTools.misc.loggingTools import Timer 24 timer = Timer(logger=logging.getLogger(__name__+".timer"), level=logging.INFO) variable 992 with timer("merge '%s'" % tag): 1136 @timer("make one with everything (TOTAL TIME)") 1152 timer.logger.setLevel(logging.DEBUG) 1154 timer.logger.disabled = True 1159 with timer("compile and save font"):
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
service.cc | 402 std::vector<std::unique_ptr<se::Timer>> timers; 434 absl::make_unique<se::Timer>(streams.back()->parent())); 487 for (auto& timer : timers) { 488 timer_nanoseconds.push_back(timer->Nanoseconds()); 497 // Overall execution time (in nanoseconds) from the executor timer. [all...] |