Changeset 446 for trunk/kernel/kern/thread.h
- Timestamp:
- Jun 19, 2018, 5:12:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/thread.h
r443 r446 91 91 #define THREAD_BLOCKED_RPC 0x0200 /*! thread wait RPC completion */ 92 92 #define THREAD_BLOCKED_ISR 0x0400 /*! thread DEV wait ISR */ 93 #define THREAD_BLOCKED_WAIT 0x0800 /*! thread parent wait child termination*/93 #define THREAD_BLOCKED_WAIT 0x0800 /*! thread wait child process termination */ 94 94 95 95 /***************************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.