Changeset 22f7769 in mainline for include/proc/thread.h
- Timestamp:
- 2005-10-17T23:31:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b2c872d
- Parents:
- 75eacab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/proc/thread.h
r75eacab r22f7769 101 101 __u64 ticks; /**< Ticks before preemption. */ 102 102 103 int pri ; /**< Thread's priority. Implemented as index of run queue.*/103 int priority; /**< Thread's priority. Implemented as index to CPU->rq */ 104 104 __u32 tid; /**< Thread ID. */ 105 105
Note:
See TracChangeset
for help on using the changeset viewer.