Searched refs:mseconds (Results 1 – 4 of 4) sorted by relevance
87 int64_t mseconds; in critical_loop() local89 last = mseconds = k_uptime_get(); in critical_loop()91 while (((now = k_uptime_get())) < mseconds + NUM_MILLISECONDS) { in critical_loop()
79 unsigned long mseconds = 0; in cmd_open() local91 mseconds = strtoul(argv[1], &endptr, 10); in cmd_open()97 } else if (mseconds <= MAX_TIMEOUT_MSECS) { in cmd_open()98 timeout = K_MSEC(mseconds); in cmd_open()
101 unsigned long mseconds = 0; in cmd_open() local123 mseconds = strtoul(argv[3], &endptr, 10); in cmd_open()130 } else if (mseconds <= MAX_TIMEOUT_MSECS) { in cmd_open()131 timeout = K_MSEC(mseconds); in cmd_open()
837 static void busy_wait_thread(void *mseconds, void *arg2, void *arg3) in busy_wait_thread() argument844 usecs = POINTER_TO_INT(mseconds) * 1000; in busy_wait_thread()