Searched refs:next_timeout_us (Results 1 – 1 of 1) sorted by relevance
252 int64_t next_timeout_us = absolute_time_diff_us(get_absolute_time(), until); in multicore_lockout_handshake() local253 if (next_timeout_us < 0) { in multicore_lockout_handshake()256 multicore_fifo_push_timeout_us(magic, (uint64_t)next_timeout_us); in multicore_lockout_handshake()257 next_timeout_us = absolute_time_diff_us(get_absolute_time(), until); in multicore_lockout_handshake()258 if (next_timeout_us < 0) { in multicore_lockout_handshake()262 if (!multicore_fifo_pop_timeout_us((uint64_t)next_timeout_us, &word)) { in multicore_lockout_handshake()