Changeset 201abde in mainline for kernel/test/thread/thread1.c


Ignore:
Timestamp:
2007-04-07T20:06:52Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7e58979
Parents:
6adbe3c2
Message:

make thread ID 64 bit (task ID is 64 bit already)
cleanup thread syscalls

File:
1 edited

Legend:

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

    r6adbe3c2 r201abde  
    4949        while (atomic_get(&finish)) {
    5050                if (!sh_quiet)
    51                         printf("%d ", (int) (THREAD->tid));
     51                        printf("%llu ", THREAD->tid);
    5252                thread_usleep(100000);
    5353        }
Note: See TracChangeset for help on using the changeset viewer.