Searched refs:next_timeout_us (Results 1 – 1 of 1) sorted by relevance
221 int64_t next_timeout_us = absolute_time_diff_us(get_absolute_time(), until); in multicore_lockout_handshake() local222 if (next_timeout_us < 0) { in multicore_lockout_handshake()225 multicore_fifo_push_timeout_us(magic, (uint64_t)next_timeout_us); in multicore_lockout_handshake()226 next_timeout_us = absolute_time_diff_us(get_absolute_time(), until); in multicore_lockout_handshake()227 if (next_timeout_us < 0) { in multicore_lockout_handshake()231 if (!multicore_fifo_pop_timeout_us((uint64_t)next_timeout_us, &word)) { in multicore_lockout_handshake()
Completed in 3 milliseconds