From 7071ca9d21d783827f93fcd25631aa2da8df8fe4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 4 Feb 2013 18:46:28 +0000 Subject: Rename _TCB to struct tcb_s git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5610 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttXDemandPaging.html | 14 +++++++------- nuttx/Documentation/NuttxPortingGuide.html | 24 ++++++++++++------------ nuttx/Documentation/NuttxUserGuide.html | 8 ++++---- 3 files changed, 23 insertions(+), 23 deletions(-) (limited to 'nuttx/Documentation') diff --git a/nuttx/Documentation/NuttXDemandPaging.html b/nuttx/Documentation/NuttXDemandPaging.html index 082edd21b..baa2626c2 100644 --- a/nuttx/Documentation/NuttXDemandPaging.html +++ b/nuttx/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: