Searched refs:Timers (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.cpp | 236 auto Timers = getTimers(); in waitForWorkerThreads() local 238 Timers->mergeFrom(TLS->Timers); in waitForWorkerThreads() 338 Timers.initInto(MyTLS->Timers); in GlobalContext() 924 auto Timers = getTimers(); in newTimerStackID() local 925 TimerStackIdT NewID = Timers->size(); in newTimerStackID() 926 Timers->push_back(TimerStack(Name)); in newTimerStackID() 932 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in getTimerID() local 933 assert(StackID < Timers->size()); in getTimerID() 934 return Timers->at(StackID).getTimerID(Name); in getTimerID() 938 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in pushTimer() local [all …]
|
D | IceGlobalContext.h | 161 TimerList Timers; variable 477 TimerList Timers; variable 544 return LockedPtr<TimerList>(&Timers, &TimerLock); in getTimers()
|
/external/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 | 98 TMR | Timers
|
D | HOWTO_Coverage | 47 the POSIX spec such as "Clocks & Timers (TMR)".
|
/external/ltp/testcases/open_posix_testsuite/stress/timers/ |
D | plan.txt | 2 and Timers. 49 Heavy Timers
|
/external/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
|
/external/iptables/extensions/ |
D | libxt_IDLETIMER.man | 2 certain period of time. Timers are identified by labels and are created when
|
/external/ltp/testcases/open_posix_testsuite/ |
D | QUICK-START | 17 (Signals, Semaphores, Threads, Timers or Message Queues).
|
/external/libevent/ |
D | whatsnew-2.1.txt | 82 on Linux for now.) Timers are efficient by default: to select more
|
/external/python/cpython2/Doc/library/ |
D | threading.rst | 769 Timers are started, as with threads, by calling their :meth:`~Timer.start`
|
/external/python/cpython3/Doc/library/ |
D | threading.rst | 838 Timers are started, as with threads, by calling their :meth:`~Timer.start`
|