Home
last modified time | relevance | path

Searched refs:Timers (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp236 auto Timers = getTimers(); in waitForWorkerThreads() local
238 Timers->mergeFrom(TLS->Timers); in waitForWorkerThreads()
337 Timers.initInto(MyTLS->Timers); in GlobalContext()
831 auto Timers = getTimers(); in newTimerStackID() local
832 TimerStackIdT NewID = Timers->size(); in newTimerStackID()
833 Timers->push_back(TimerStack(Name)); in newTimerStackID()
839 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in getTimerID() local
840 assert(StackID < Timers->size()); in getTimerID()
841 return Timers->at(StackID).getTimerID(Name); in getTimerID()
845 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in pushTimer() local
[all …]
DIceGlobalContext.h160 TimerList Timers; variable
471 TimerList Timers; variable
534 return LockedPtr<TimerList>(&Timers, &TimerLock); in getTimers()
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.timers1 Coverage-Area: Clocks and Timers (TMR)
70 POSIX Timers Implementations
72 glibc Timers in user-space - http://ftp.gnu.org/gnu/glibc/
73 High Res Timers - http://high-res-timers.sourceforge.net
74 Alternate High Res Timers - http://high-res-timers.sourceforge.net (look
DHOWTO_FunctionalStressTest30 Each of these are further subdivided into POSIX area (Timers, Semaphores,
DHOWTO_RunTests99 TMR | Timers
DHOWTO_Coverage47 the POSIX spec such as "Clocks & Timers (TMR)".
/third_party/node/deps/npm/lib/utils/
Dtimers.js8 class Timers extends EE { class
116 module.exports = Timers
/third_party/node/deps/npm/test/lib/utils/
Dtimers.js9 const Timers = tmock(t, '{LIB}/utils/timers', { constant
12 const timers = new Timers(options)
/third_party/ltp/testcases/open_posix_testsuite/stress/timers/
Dplan.txt2 and Timers.
49 Heavy Timers
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/
Dcoverage.txt1 This file defines the coverage for Timers functional tests.
Dplan.txt2 and Timers.
70 Timers
/third_party/node/deps/npm/lib/
Dnpm.js12 const Timers = require('./utils/timers.js') constant
54 #timers = new Timers({
/third_party/ltp/testcases/open_posix_testsuite/
DQUICK-START15 (Signals, Semaphores, Threads, Timers or Message Queues).
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVSystemOperands.td79 // User Counter/Timers
233 // Machine Counter and Timers
/third_party/libuv/docs/src/guide/
Dutilities.rst9 Timers chapter
12 Timers invoke the callback after a certain time has elapsed since the timer was
17 Timers can be stopped at any time.
/third_party/node/doc/api/
Ddocumentation.md91 | [Timers](timers.html) | (2) Stable |
Dtimers.md1 # Timers chapter
358 ## Timers Promises API
Dconsole.md446 Starts a timer that can be used to compute the duration of an operation. Timers
Dtest.md511 ### Timers subsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dconfig.h.cmake356 /* Whether Timers signpost passes in Xcode Instruments */
/third_party/benchmark/docs/
Duser_guide.md37 [CPU Timers](#cpu-timers)
835 ## CPU Timers
879 ### Controlling Timers argument
/third_party/node/doc/contributing/
Dwriting-tests.md144 ### Timers subsection
/third_party/typescript/tests/baselines/reference/user/
Dnpm.log429 lib/utils/timers.js(46,3): error TS2416: Property 'on' in type 'Timers' is not assignable to the sa…
433 lib/utils/timers.js(55,3): error TS2416: Property 'off' in type 'Timers' is not assignable to the s…
/third_party/python/Doc/library/
Dthreading.rst964 Timers are started, as with threads, by calling their :meth:`~Timer.start`
/third_party/NuttX/
DReleaseNotes4886 - STM32 I2C Timers: Some CCER bit settings changed. Submitted by
6455 - Added support for the RTC, ADC, DAC, Timers, PWM and MCPWM
6460 - Support for the RTC, ADC, DAC, Timers, PWM and MCPWM integrated
10057 - Timers: Add a compatible lower-half timer driver for use with the
11597 - Timers: Support up to 8 channels per timer. From kfazz.
12492 - STM32 F4: Added Timers 2-5 and control of SAI and I2S PLLs. Added
12958 - STM32F103 Minimum: Fix Timers 2 to 7 clock frequencies. From Alan
16735 - POSIX Timers: Replace critical section APIs with spin lock APIs in
17075 - POSIX Timers: In SMP mode, running TCB is not always at the head of
18553 - Timers: Add maxtimeout method to the struct timer_ops_s interface
[all …]

12