Searched refs:watch0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-util-filemonitor.c | 227 int64_t watch0 = 0; in test_file_monitor_events() local 235 .filesrc = NULL, .watchid = &watch0 }, in test_file_monitor_events() 245 .filesrc = "one.txt", .watchid = &watch0, in test_file_monitor_events() 255 .filesrc = "two.txt", .watchid = &watch0, in test_file_monitor_events() 265 .filesrc = "three.txt", .watchid = &watch0, in test_file_monitor_events() 272 .filesrc = "three.txt", .watchid = &watch0, in test_file_monitor_events() 279 .filesrc = "one.txt", .watchid = &watch0, in test_file_monitor_events() 285 .filesrc = "two.txt", .watchid = &watch0, in test_file_monitor_events() 295 .filesrc = "two.txt", .watchid = &watch0, in test_file_monitor_events() 305 .filesrc = "two.txt", .watchid = &watch0, in test_file_monitor_events() [all …]
|