A fixed process is a process in which its chunks always reside
at the same linear address - their home address; only their access permissions
are modified during a context switch.
The mechanism for copying data between threads is called inter-thread
data transfer and is handled by the four functions provided by the RThread handle.