Some more enhancements to test0

- Only the topmost parent prints pass messages. Any failed child can print fail message.
- Added testing of 16 forked threads doing file create/read/write/close and
  16 forked x 4 cloned = 64 threads spawning/exiting
This commit is contained in:
Bahadir Balban
2009-05-12 12:31:25 +03:00
parent 8528e2e1ba
commit 324481a334
9 changed files with 33 additions and 21 deletions

View File

@@ -135,7 +135,7 @@ void handle_fs_requests(void)
void main(void)
{
printf("\n%s: Started with thread id: %d\n", __TASKNAME__, self_tid());
printf("\n%s: Started with thread id %d\n", __TASKNAME__, self_tid());
initialise();