OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qpWatchDog
(Results
1 - 10
of
10
) sorted by null
/external/deqp/framework/qphelper/
qpWatchDog.h
28
typedef struct qpWatchDog_s
qpWatchDog
;
38
typedef void (*qpWatchDogFunc) (
qpWatchDog
* dog, void* userPtr, qpTimeoutReason reason);
42
qpWatchDog
* qpWatchDog_create (qpWatchDogFunc watchDogFunc, void* userPtr, int totalTimeLimitSecs, int intervalTimeLimitSecs);
43
void qpWatchDog_destroy (
qpWatchDog
* dog);
44
void qpWatchDog_reset (
qpWatchDog
* dog);
45
void qpWatchDog_touch (
qpWatchDog
* dog);
qpWatchDog.c
24
#include "
qpWatchDog
.h"
62
qpWatchDog
* dog = (
qpWatchDog
*)arg;
89
qpWatchDog
* qpWatchDog_create (qpWatchDogFunc timeOutFunc, void* userPtr, int totalTimeLimitSecs, int intervalTimeLimitSecs)
92
qpWatchDog
* dog = (
qpWatchDog
*)deCalloc(sizeof(
qpWatchDog
));
99
DBGPRINT(("
qpWatchDog
::create(%ds, %ds)\n", totalTimeLimitSecs, intervalTimeLimitSecs));
121
void qpWatchDog_reset (
qpWatchDog
* dog)
126
DBGPRINT(("
qpWatchDog
::reset()\n"))
[
all
...]
/external/deqp/framework/common/
tcuApp.hpp
30
#include "
qpWatchDog
.h"
64
* watchdog (
qpWatchDog
).
83
static void onWatchdogTimeout (
qpWatchDog
* watchDog, void* userPtr, qpTimeoutReason reason);
87
qpWatchDog
* m_watchDog;
tcuTestContext.hpp
27
#include "
qpWatchDog
.h"
51
TestContext (Platform& platform, Archive& rootArchive, TestLog& log, const CommandLine& cmdLine,
qpWatchDog
* watchDog);
65
qpWatchDog
* getWatchDog (void) { return m_watchDog; }
81
qpWatchDog
* m_watchDog; //!< Watchdog (can be null).
tcuTestContext.cpp
36
qpWatchDog
* watchDog)
tcuApp.cpp
212
void App::onWatchdogTimeout (
qpWatchDog
* watchDog, void* userPtr, qpTimeoutReason reason)
/external/deqp/framework/opengl/
gluTextureTestUtil.hpp
40
#include "
qpWatchDog
.h"
191
qpWatchDog
* watchDog);
201
qpWatchDog
* watchDog);
211
qpWatchDog
* watchDog);
221
qpWatchDog
* watchDog);
231
qpWatchDog
* watchDog);
241
qpWatchDog
* watchDog);
252
qpWatchDog
* watchDog);
gluTextureTestUtil.cpp
[
all
...]
/external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp
369
qpWatchDog
* dog = m_testCtx.getWatchDog();
/external/deqp/
AndroidGen.mk
520
framework/qphelper/
qpWatchDog
.c \
[
all
...]
Completed in 156 milliseconds