Lines Matching refs:timeout
4 // Convert legacy integer timeouts to timeout API
6 // Some existing code assumes that timeout parameters are provided as
7 // integer milliseconds, when they were intended to be timeout values
43 // Identify call sites where an identifier is used for the timeout
53 // for the timeout and replace the constant with the appropriate macro
91 msg = "WARNING: replace constant {} with timeout in {}".format(C, fn)
94 // ** Handle call sites where a timeout is specified by an expression
160 msg = "WARNING: use K_SECONDS() for timeout in {}".format(fn)
169 msg = "NOTE: use K_SECONDS() for timeout in {}".format(fn)
173 // ** position that requires a timeout value.
224 msg = "WARNING: replace integer parameter {} with timeout in {}".format(param, fn)
227 // ** Convert timeout-valued delays in K_THREAD_DEFINE with durations
230 // Select declarers where the startup delay is a timeout expression
278 msg = "WARNING: replace timeout-valued delay with millisecond duration".format()
284 // Select call sites where an identifier is used for the duration timeout
294 // for the timeout and replace the constant with the appropriate macro
330 msg = "WARNING: replace constant {} with duration timeout in k_timer_start".format(C)