Changeset cb4b61d in mainline for src/proc/scheduler.c
- Timestamp:
- 2005-04-17T18:09:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7eade45
- Parents:
- 2968fe29
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/scheduler.c
r2968fe29 rcb4b61d 202 202 * This is the place where threads leave scheduler(); 203 203 */ 204 before_thread_runs(); 204 205 spinlock_unlock(&THREAD->lock); 205 206 cpu_priority_restore(THREAD->saved_context.pri);
Note:
See TracChangeset
for help on using the changeset viewer.