SDL_AppIterate callback with multiple windows on different displays with different refresh rates

When there are multiple displays, their refresh rate can be different. Lets assume one window on 60Hz display and other is on 30Hz, and also vsync is on. How would SDL_AppIterate be called ? Once and at 60Hz ? Once and at 30 Hz ? Twice for each display ?