Ignore:
Timestamp:
2011-01-29T22:52:25Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fd483ce
Parents:
fc5f7a8
Message:

add syscall for properly terminating the currently running task (including abort() functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/event_types.h

    rfc5f7a8 r5bcf1f9  
    4141        /** Returning from kernel console to userspace */
    4242        EVENT_KCONSOLE,
    43         /** A thread has faulted and will be terminated */
     43        /** A task/thread has faulted and will be terminated */
    4444        EVENT_FAULT,
    4545        EVENT_END
Note: See TracChangeset for help on using the changeset viewer.