Changeset e9db6f9e in mainline
- Timestamp:
- 2006-12-13T12:11:17Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 449dc1ed
- Parents:
- cce6acf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
rcce6acf re9db6f9e 147 147 uint64_t ticks; /**< Ticks before preemption. */ 148 148 149 uint64_t cycles; /**< T askaccounting. */149 uint64_t cycles; /**< Thread accounting. */ 150 150 uint64_t last_cycle; /**< Last sampled cycle. */ 151 151
Note:
See TracChangeset
for help on using the changeset viewer.