testing/ostest: add missing section comments
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
ee71af840f
commit
e30a0602a0
@ -66,11 +66,7 @@
|
|||||||
#define PRIORIY_SPREED 10
|
#define PRIORIY_SPREED 10
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Data
|
* Private Types
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* Private Functions
|
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
enum thstate_e
|
enum thstate_e
|
||||||
@ -81,6 +77,10 @@ enum thstate_e
|
|||||||
DONE
|
DONE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
* Private Data
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
static sem_t g_sem;
|
static sem_t g_sem;
|
||||||
static volatile enum thstate_e g_middlestate;
|
static volatile enum thstate_e g_middlestate;
|
||||||
static volatile enum thstate_e g_highstate[NHIGHPRI_THREADS];
|
static volatile enum thstate_e g_highstate[NHIGHPRI_THREADS];
|
||||||
@ -90,6 +90,10 @@ static int g_highpri;
|
|||||||
static int g_medpri;
|
static int g_medpri;
|
||||||
static int g_lowpri;
|
static int g_lowpri;
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
* Private Functions
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: sleep_and_display
|
* Name: sleep_and_display
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user