HomeSort by relevance Sort by last modified time
    Searched refs:qpWatchDog_create (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/qphelper/
qpWatchDog.h 42 qpWatchDog* qpWatchDog_create (qpWatchDogFunc watchDogFunc, void* userPtr, int totalTimeLimitSecs, int intervalTimeLimitSecs);
qpWatchDog.c 89 qpWatchDog* qpWatchDog_create (qpWatchDogFunc timeOutFunc, void* userPtr, int totalTimeLimitSecs, int intervalTimeLimitSecs)
  /external/deqp/framework/common/
tcuApp.cpp 102 TCU_CHECK_INTERNAL(m_watchDog = qpWatchDog_create(onWatchdogTimeout, this, WATCHDOG_TOTAL_TIME_LIMIT_SECS, WATCHDOG_INTERVAL_TIME_LIMIT_SECS));

Completed in 75 milliseconds