diff --git a/Documentation/NuttXDemandPaging.html b/Documentation/NuttXDemandPaging.html index 082edd21b7..baa2626c21 100644 --- a/Documentation/NuttXDemandPaging.html +++ b/Documentation/NuttXDemandPaging.html @@ -8,7 +8,7 @@

On-Demand Paging

-

Last Updated: August 12, 2010

+

Last Updated: February 4, 2010

@@ -306,7 +306,7 @@

- The page fill worker thread will maintain a static variable called _TCB *g_pftcb. + The page fill worker thread will maintain a static variable called struct tcb_s *g_pftcb. If no fill is in progress, g_pftcb will be NULL. Otherwise, it will point to the TCB of the task which is receiving the fill that is in progess.

@@ -619,7 +619,7 @@

4.1.8 up_block_task()

-

Prototype: void up_block_task(FAR _TCB *tcb, tstate_t task_state);

+

Prototype: void up_block_task(FAR struct tcb_s *tcb, tstate_t task_state);

Description. The currently executing task at the head of @@ -1760,7 +1760,7 @@ The system can be re-made subsequently by just typing make.

4.1.10 up_reprioritize_rtr()

-

Prototype: void up_reprioritize_rtr(FAR _TCB *tcb, uint8_t priority);

+

Prototype: void up_reprioritize_rtr(FAR struct tcb_s *tcb, uint8_t priority);

Description. Called when the priority of a running or @@ -1821,7 +1821,7 @@ The system can be re-made subsequently by just typing make.

4.1.13 up_schedule_sigaction()

Prototype: - void up_schedule_sigaction(FAR _TCB *tcb, sig_deliver_t sigdeliver); + void up_schedule_sigaction(FAR struct tcb_s *tcb, sig_deliver_t sigdeliver);

Description. @@ -2297,7 +2297,7 @@ else

4.1.21.6 up_addrenv_assign()

Prototype:

Description: