Changeset 9fbdeca in mainline
- Timestamp:
- 2024-01-21T16:19:41Z (12 months ago)
- Branches:
- master
- Children:
- a3d87b9
- Parents:
- 3fa4e22a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/thread.c
r3fa4e22a r9fbdeca 262 262 thread->uncounted = 263 263 ((flags & THREAD_FLAG_UNCOUNTED) == THREAD_FLAG_UNCOUNTED); 264 atomic_init(&thread->priority, -1); /* Start in rq[0] */264 atomic_init(&thread->priority, 0); 265 265 atomic_init(&thread->cpu, NULL); 266 266 thread->stolen = false;
Note:
See TracChangeset
for help on using the changeset viewer.