Home
last modified time | relevance | path

Searched defs:Timers (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp236 auto Timers = getTimers(); in waitForWorkerThreads() local
831 auto Timers = getTimers(); in newTimerStackID() local
839 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in getTimerID() local
845 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in pushTimer() local
851 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in popTimer() local
857 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in resetTimer() local
863 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in getTimerName() local
870 auto *Timers = &ICE_TLS_GET_FIELD(TLS)->Timers; in setTimerName() local
912 auto Timers = getTimers(); in initParserThread() local
920 auto Timers = getTimers(); in startWorkerThreads() local
[all …]
DIceGlobalContext.h160 TimerList Timers; variable
471 TimerList Timers; variable
/external/usrsctp/
DManual.tex573 \subsubsection{usrsctp\_sysctl\_set\_sctp\_valid\_cookie\_life\_default()}
577 \subsubsection{usrsctp\_sysctl\_set\_sctp\_heartbeat\_interval\_default()}
580 \subsubsection{usrsctp\_sysctl\_set\_sctp\_shutdown\_guard\_time\_default()}
584 \subsubsection{usrsctp\_sysctl\_set\_sctp\_pmtu\_raise\_time\_default()}
590 \subsubsection{usrsctp\_sysctl\_set\_sctp\_secret\_lifetime\_default()}
594 \subsubsection{usrsctp\_sysctl\_set\_sctp\_vtag\_time\_wait()}
DManual.md440 #### usrsctp_sysctl_set_sctp_valid_cookie_life_default()
443 #### usrsctp_sysctl_set_sctp_heartbeat_interval_default()
446 #### usrsctp_sysctl_set_sctp_shutdown_guard_time_default()
449 #### usrsctp_sysctl_set_sctp_pmtu_raise_time_default()
453 #### usrsctp_sysctl_set_sctp_secret_lifetime_default()
457 #### usrsctp_sysctl_set_sctp_vtag_time_wait()
/external/llvm-project/llvm/lib/IR/
DPassTimingInfo.cpp175 TimerVector &Timers = TimingData[PassID]; in getPassTimer() local
183 TimerVector &Timers = TimingData[PassID]; in getPassTimer() local
/external/google-benchmark/
DREADME.md977 #### Controlling Timers
/external/turbine/java/com/google/turbine/binder/
DProcessing.java520 private static class Timers { class in Processing
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp156 std::unique_ptr<RTDyldTimers> Timers; variable
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp1285 std::unique_ptr<JITLinkTimers> Timers = in main() local