Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 14 of 14) sorted by relevance

/qemu/qapi/
H A Dui.json383 # <- { "timestamp": {"seconds": 1290688046, "microseconds": 388707}, number
409 # <- { "timestamp": {"seconds": 1290688046, "microseconds": 417172}, number
436 # <- { "timestamp": {"seconds": 1290688046, "microseconds": 388707}, number
457 # <- { "timestamp": {"seconds": 1290688046, "microseconds": 417172}, number
H A Dblock.json169 # <- { "timestamp": { "seconds": 1418751016, number
207 # <- { "timestamp": { "seconds": 1418751345, number
245 # <- { "timestamp": { "seconds": 1418751627, number
H A Dnet.json1048 # <- { "timestamp": {"seconds": 1739538638, "microseconds": 354181 }, number
1067 # <- { "timestamp": { "seconds": 1739538634, "microseconds": 920450 }, number
H A Dvfio.json54 # <- { "timestamp": { "seconds": 1713771323, "microseconds": 212268 }, number
H A Dmigration.json1371 # <- {"timestamp": {"seconds": 1432121972, "microseconds": 744001}, number
1390 # <- { "timestamp": {"seconds": 1449669631, "microseconds": 239225}, number
1474 # <- { "timestamp": {"seconds": 2032141960, "microseconds": 417172}, number
/qemu/tests/unit/
H A Dtest-aio-multithread.c165 static void test_multi_co_schedule(int seconds) in test_multi_co_schedule()
226 static void test_multi_co_mutex(int threads, int seconds) in test_multi_co_mutex()
347 static void test_multi_fair_mutex(int threads, int seconds) in test_multi_fair_mutex()
403 static void test_multi_mutex(int threads, int seconds) in test_multi_mutex()
/qemu/pc-bios/s390-ccw/
H A Dhelper.h39 static inline void sleep(unsigned int seconds) in sleep()
/qemu/system/
H A Drtc.c89 time_t seconds; in qemu_timedate_diff() local
/qemu/tests/qemu-iotests/
H A D09360 def do_test_throttle(self, ndrives, seconds, params, first_drive = 0): argument
H A Diotests.py738 def __init__(self, seconds, errmsg="Timeout"): argument
/qemu/tests/vm/
H A Dbasevm.py435 def wait_ssh(self, wait_root=False, seconds=300, cmd="exit 0"): argument
/qemu/qga/
H A Dcommands-posix.c1154 double seconds = (double)user_info->ut_tv.tv_sec; in ga_get_login_time() local
/qemu/target/arm/hvf/
H A Dhvf.c1822 uint64_t seconds; in hvf_wfi() local
/qemu/
H A Dqemu-io-cmds.c275 double seconds = tv.tv_sec + (tv.tv_nsec / 1e9); in tdiv() local