Changeset 764c302 in mainline for kernel/generic/include/proc/thread.h
- Timestamp:
- 2006-07-28T23:25:10Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c049309
- Parents:
- 42d3be3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
r42d3be3 r764c302 27 27 */ 28 28 29 29 /** @addtogroup genericproc 30 30 * @{ 31 31 */ … … 147 147 int priority; /**< Thread's priority. Implemented as index to CPU->rq */ 148 148 uint32_t tid; /**< Thread ID. */ 149 context_id_t context; /**< Thread security context */ 149 150 150 151 thread_arch_t arch; /**< Architecture-specific data. */ … … 193 194 #endif 194 195 195 196 /** @} 196 197 */ 197
Note:
See TracChangeset
for help on using the changeset viewer.