2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>

* psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
	test to reflect not allowing poriority changes when mutex is locked.
This commit is contained in:
Joel Sherrill
2009-08-19 14:55:24 +00:00
parent 3a12177645
commit 712726d3df
5 changed files with 112 additions and 1 deletions

View File

@@ -25,6 +25,11 @@ void *Task_1(
void *argument
);
void *Task_2(
void *argument
);
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
@@ -45,7 +50,7 @@ void *Task_1(
#endif
TEST_EXTERN pthread_t Init_id;
TEST_EXTERN pthread_t Task_id;
TEST_EXTERN pthread_t Task_id, Task2_id;
#undef TEST_EXTERN