forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user