OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_watchDog
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/common/
tcuTestContext.cpp
41
,
m_watchDog
(watchDog)
51
if (
m_watchDog
)
52
qpWatchDog_touch(
m_watchDog
);
tcuApp.hpp
79
qpWatchDog*
m_watchDog
;
tcuTestContext.hpp
65
qpWatchDog* getWatchDog (void) { return
m_watchDog
; }
81
qpWatchDog*
m_watchDog
; //!< Watchdog (can be null).
tcuApp.cpp
82
,
m_watchDog
(DE_NULL)
101
TCU_CHECK_INTERNAL(
m_watchDog
= qpWatchDog_create(onWatchdogTimeout, this, 300, 30));
108
m_testCtx = new TestContext(m_platform, archive, log, cmdLine,
m_watchDog
);
146
if (
m_watchDog
)
147
qpWatchDog_destroy(
m_watchDog
);
Completed in 95 milliseconds