A segmented interrupt architecture RTOS can boast "zero interrupt latency" using clever partitioning of work between the interrupt handler and the scheduler. There are at least a couple proprietary closed source instances of this approach, e.g., AVIX and Quasarsoft- Q-Kernel.
A related SO question asked about open source RTOS links, but all of the suggested operating systems used unified interrupt architectures.
Is there any open source segmented interrupt architecture RTOS?