Searched defs:DELAY (Results 1 – 8 of 8) sorted by relevance
51 DELAY = 3 variable in hardware_Fan
53 #define DELAY 1000 /* how long to sleep in the worker thread in us */ macro
20 #define DELAY 2 macro
15 DELAY = 0 # Set > 0 when testing a module other than dummy_thread, such as variable
81 DELAY = 10 variable
466 def DELAY(n): return us_delay(n) function
138 def DELAY(n): return drv_usecwait(n) function
135 def DELAY(n): return drv_usecwait(n) function