Changeset 62b6d17 in mainline for kernel/test/thread


Ignore:
Timestamp:
2006-12-14T16:47:36Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aeaebcc
Parents:
55cc9bc
Message:

introduce uncounted threads, whose accounting doesn't affect accumulated task accounting
run tests in kconsole thread again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/thread/thread1.c

    r55cc9bc r62b6d17  
    6262        for (i = 0; i < THREADS; i++) { 
    6363                thread_t *t;
    64                 if (!(t = thread_create(threadtest, NULL, TASK, 0, "threadtest"))) {
     64                if (!(t = thread_create(threadtest, NULL, TASK, 0, "threadtest", false))) {
    6565                        printf("Could not create thread %d\n", i);
    6666                        break;
Note: See TracChangeset for help on using the changeset viewer.