Home
last modified time | relevance | path

Searched refs:update_threshold (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-main.c1370 struct timeval time_now, delta, update_threshold; in mi_load_progress() local
1379 update_threshold.tv_sec = 0; in mi_load_progress()
1380 update_threshold.tv_usec = 500000; in mi_load_progress()
1413 if (delta.tv_sec >= update_threshold.tv_sec && in mi_load_progress()
1414 delta.tv_usec >= update_threshold.tv_usec) in mi_load_progress()