/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.cpp | 236 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 …]
|
D | IceGlobalContext.h | 160 TimerList Timers; variable 471 TimerList Timers; variable 534 return LockedPtr<TimerList>(&Timers, &TimerLock); in getTimers()
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.timers | 1 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
|
D | HOWTO_FunctionalStressTest | 30 Each of these are further subdivided into POSIX area (Timers, Semaphores,
|
D | HOWTO_RunTests | 99 TMR | Timers
|
D | HOWTO_Coverage | 47 the POSIX spec such as "Clocks & Timers (TMR)".
|
/third_party/node/deps/npm/lib/utils/ |
D | timers.js | 8 class Timers extends EE { class 116 module.exports = Timers
|
/third_party/node/deps/npm/test/lib/utils/ |
D | timers.js | 9 const Timers = tmock(t, '{LIB}/utils/timers', { constant 12 const timers = new Timers(options)
|
/third_party/ltp/testcases/open_posix_testsuite/stress/timers/ |
D | plan.txt | 2 and Timers. 49 Heavy Timers
|
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/ |
D | coverage.txt | 1 This file defines the coverage for Timers functional tests.
|
D | plan.txt | 2 and Timers. 70 Timers
|
/third_party/node/deps/npm/lib/ |
D | npm.js | 12 const Timers = require('./utils/timers.js') constant 54 #timers = new Timers({
|
/third_party/ltp/testcases/open_posix_testsuite/ |
D | QUICK-START | 15 (Signals, Semaphores, Threads, Timers or Message Queues).
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVSystemOperands.td | 79 // User Counter/Timers 233 // Machine Counter and Timers
|
/third_party/libuv/docs/src/guide/ |
D | utilities.rst | 9 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/ |
D | documentation.md | 91 | [Timers](timers.html) | (2) Stable |
|
D | timers.md | 1 # Timers chapter 358 ## Timers Promises API
|
D | console.md | 446 Starts a timer that can be used to compute the duration of an operation. Timers
|
D | test.md | 511 ### Timers subsection
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/ |
D | config.h.cmake | 356 /* Whether Timers signpost passes in Xcode Instruments */
|
/third_party/benchmark/docs/ |
D | user_guide.md | 37 [CPU Timers](#cpu-timers) 835 ## CPU Timers 879 ### Controlling Timers argument
|
/third_party/node/doc/contributing/ |
D | writing-tests.md | 144 ### Timers subsection
|
/third_party/typescript/tests/baselines/reference/user/ |
D | npm.log | 429 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/ |
D | threading.rst | 964 Timers are started, as with threads, by calling their :meth:`~Timer.start`
|
/third_party/NuttX/ |
D | ReleaseNotes | 4886 - 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 …]
|