>Hi -
>
>In klwp_t there are two fields where registers are potentially saved:
> - lwp_pcb /* user regs save pcb */
> - lwp_regs /* pointer to saved regs on stack */
>
>Can anyone advice me what is the difference between these two fields. For
>instance which of these
two is used at conte
Hi -
In klwp_t there are two fields where registers are potentially saved:
- lwp_pcb /* user regs save pcb */
- lwp_regs /* pointer to saved regs on stack */
Can anyone advice me what is the difference between these two fields. For
instance which of these two is used at context switch.
On 7/19/06, Bart Smaalders <[EMAIL PROTECTED]> wrote:
xxx wrote:
> Hello everybody,
> let's consider such a situation: you have a priority 10 thread
> that's running, preventing a priority 6 thread from receiving
> CPU time; however, a priority 3 thread is waiting for some
> resource that the pri