mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-08 00:23:14 +00:00
2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxspin01/test.c: Remove unnecessary defines.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* psxspin01/test.c: Remove unnecessary defines.
|
||||||
|
|
||||||
2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* psx11/init.c: Use explicit scheduler.
|
* psx11/init.c: Use explicit scheduler.
|
||||||
|
|||||||
@@ -20,8 +20,6 @@
|
|||||||
|
|
||||||
#include <rtems.h> /* for task creation */
|
#include <rtems.h> /* for task creation */
|
||||||
|
|
||||||
#define NUMBER_THREADS 2
|
|
||||||
pthread_t ThreadIds[NUMBER_THREADS];
|
|
||||||
pthread_spinlock_t Spinlock;
|
pthread_spinlock_t Spinlock;
|
||||||
|
|
||||||
volatile int mainThreadSpinning;
|
volatile int mainThreadSpinning;
|
||||||
|
|||||||
Reference in New Issue
Block a user