Changeset 1066041 in mainline for kernel/generic/include/proc
- Timestamp:
- 2012-07-11T07:58:03Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 935e28c
- Parents:
- b68ae24
- Location:
- kernel/generic/include/proc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/task.h
rb68ae24 r1066041 57 57 #include <mm/as.h> 58 58 #include <abi/sysinfo.h> 59 #include <arch.h> 60 61 #define TASK THE->task 62 59 63 60 64 struct thread; -
kernel/generic/include/proc/thread.h
rb68ae24 r1066041 49 49 #include <udebug/udebug.h> 50 50 #include <abi/sysinfo.h> 51 #include <arch.h> 52 53 54 #define THREAD THE->thread 51 55 52 56 #define THREAD_NAME_BUFLEN 20 … … 155 159 state_t state; 156 160 157 /** The thread would have been rescheduled had it not disabled preemption.*/158 bool need_resched;159 160 161 /** Thread CPU. */ 161 162 cpu_t *cpu;
Note:
See TracChangeset
for help on using the changeset viewer.