Changeset 3e1607f in mainline for src/proc/thread.c
- Timestamp:
- 2005-08-31T22:00:32Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd95d784
- Parents:
- d2bb9f8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/thread.c
rd2bb9f8a r3e1607f 76 76 void *arg = THREAD->thread_arg; 77 77 78 /* this is where each thread wakes up after its creation */ 78 79 before_thread_runs(); 79 80 80 /* this is where each thread wakes up after its creation */81 81 spinlock_unlock(&THREAD->lock); 82 82 cpu_priority_low();
Note:
See TracChangeset
for help on using the changeset viewer.