Changeset 1068f6a in mainline for generic/src/proc/scheduler.c
- Timestamp:
- 2006-05-20T19:32:06Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1982e45
- Parents:
- 9ea6cc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/proc/scheduler.c
r9ea6cc5 r1068f6a 422 422 relink_rq(priority); 423 423 424 spinlock_lock(&THREAD->lock);425 426 424 /* 427 425 * If both the old and the new task are the same, lots of work is avoided. … … 455 453 } 456 454 455 spinlock_lock(&THREAD->lock); 457 456 THREAD->state = Running; 458 457
Note:
See TracChangeset
for help on using the changeset viewer.