Ignore:
Timestamp:
2007-04-06T12:53:07Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dd655970
Parents:
c9d20755
Message:

add syscall for getting current thread ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/syscall/syscall.c

    rc9d20755 r3ce7f082  
    119119        (syshandler_t) sys_thread_create,
    120120        (syshandler_t) sys_thread_exit,
     121        (syshandler_t) sys_thread_get_id,
    121122        (syshandler_t) sys_task_get_id,
    122123       
Note: See TracChangeset for help on using the changeset viewer.