Home
last modified time | relevance | path

Searched defs:DELAY (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/site_tests/hardware_Fan/
Dhardware_Fan.py51 DELAY = 3 variable in hardware_Fan
/external/ltp/testcases/realtime/func/pi-tests/
Dsbrk_mutex.c53 #define DELAY 1000 /* how long to sleep in the worker thread in us */ macro
/external/linux-kselftest/tools/testing/selftests/timers/
Dposix_timers.c20 #define DELAY 2 macro
/external/python/cpython2/Lib/test/
Dtest_dummy_thread.py15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as variable
/external/python/cpython2/Demo/pdist/
Dcvslock.py81 DELAY = 10 variable
/external/python/cpython2/Lib/plat-irix6/
DFILE.py466 def DELAY(n): return us_delay(n) function
/external/python/cpython2/Lib/plat-sunos5/
DIN.py138 def DELAY(n): return drv_usecwait(n) function
DSTROPTS.py135 def DELAY(n): return drv_usecwait(n) function