Searched refs:QTestMigrationState (Results 1 – 3 of 3) sorted by relevance
18 typedef struct QTestMigrationState { struct23 } QTestMigrationState; argument
43 static QTestMigrationState src_state;44 static QTestMigrationState dst_state;225 static void wait_for_stop(QTestState *who, QTestMigrationState *state) in wait_for_stop()232 static void wait_for_resume(QTestState *who, QTestMigrationState *state) in wait_for_resume()239 static void wait_for_suspend(QTestState *who, QTestMigrationState *state) in wait_for_suspend()738 dst_state = (QTestMigrationState) { }; in test_migrate_start()739 src_state = (QTestMigrationState) { }; in test_migrate_start()
154 QTestMigrationState *state = opaque; in migrate_watch_for_events()