Ignore:
Timestamp:
2007-06-04T19:50:44Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
473e693
Parents:
cb4afd8b
Message:

JoinMe → Lingering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/thread.h

    rcb4afd8b r48d14222  
    8282        /** After a thread calls thread_exit(), it is put into Exiting state. */
    8383        Exiting,
    84         /** Threads that were not detached but exited are in the JoinMe state. */
    85         JoinMe
     84        /** Threads that were not detached but exited are Lingering. */
     85        Lingering
    8686} state_t;
    8787
Note: See TracChangeset for help on using the changeset viewer.