It's means processes are guaranteed real-time scheduler time.
In an OS like Windows or Linux (without the RT patches) a process can be suspended indefinately for whatever reason, usually some form of I/O. 
In a RT OS like QNX (I believe) or Linux with the RT patches a real-time process is guaranteed X amount of CPU time every Y milliseconds, no matter what.