Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp236 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 …]
DIceGlobalContext.h161 TimerList Timers; variable
477 TimerList Timers; variable
544 return LockedPtr<TimerList>(&Timers, &TimerLock); in getTimers()
/external/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_RunTests98 TMR | Timers
DHOWTO_Coverage47 the POSIX spec such as "Clocks & Timers (TMR)".
/external/ltp/testcases/open_posix_testsuite/stress/timers/
Dplan.txt2 and Timers.
49 Heavy Timers
/external/ltp/testcases/open_posix_testsuite/functional/timers/
Dcoverage.txt1 This file defines the coverage for Timers functional tests.
Dplan.txt2 and Timers.
70 Timers
/external/iptables/extensions/
Dlibxt_IDLETIMER.man2 certain period of time. Timers are identified by labels and are created when
/external/ltp/testcases/open_posix_testsuite/
DQUICK-START17 (Signals, Semaphores, Threads, Timers or Message Queues).
/external/libevent/
Dwhatsnew-2.1.txt82 on Linux for now.) Timers are efficient by default: to select more
/external/python/cpython2/Doc/library/
Dthreading.rst769 Timers are started, as with threads, by calling their :meth:`~Timer.start`
/external/python/cpython3/Doc/library/
Dthreading.rst838 Timers are started, as with threads, by calling their :meth:`~Timer.start`