ChibiOS/RT
2.6.0
testsem.c File Reference

Detailed Description

Semaphores test source file.

Definition in file testsem.c.

#include "ch.h"
#include "test.h"

Go to the source code of this file.

Variables

ROMCONST struct testcase *ROMCONST patternsem []
 Test sequence for semaphores.

Variable Documentation

ROMCONST struct testcase* ROMCONST patternsem[]
Initial value:
 {

  &testsem1,
  &testsem2,

  &testsem3,

  &testsem4,

  NULL
}

Test sequence for semaphores.

Definition at line 292 of file testsem.c.