Searched refs:active_timeout_seconds (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/unittest/
H A Dwatchdog.cpp35 // Value stored in |active_timeout_seconds| to indicate test is not running.
49 static int active_timeout_seconds = WATCHDOG_TIMEOUT_NOT_RUNNING; //TA_GUARDED(mutex) variable
154 uint64_t timeout_nanos = active_timeout_seconds * NANOSECONDS_PER_SECOND;
194 active_timeout_seconds = test_timeout_for_type(type);
212 active_timeout_seconds = WATCHDOG_TIMEOUT_NOT_RUNNING;
225 assert(active_timeout_seconds == WATCHDOG_TIMEOUT_NOT_RUNNING);

Completed in 20 milliseconds