Changeset 24345a5 in mainline for kernel/generic/include/proc/task.h
- Timestamp:
- 2008-11-08T10:01:59Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 24d6efc
- Parents:
- 7faabb7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/task.h
r7faabb7 r24345a5 55 55 #include <udebug/udebug.h> 56 56 57 #define TASK_NAME_BUFLEN 20 58 57 59 struct thread; 58 60 … … 68 70 */ 69 71 SPINLOCK_DECLARE(lock); 70 71 char *name;72 73 char name[TASK_NAME_BUFLEN]; 72 74 /** List of threads contained in this task. */ 73 75 link_t th_head;
Note:
See TracChangeset
for help on using the changeset viewer.