Changeset cb4b61d in mainline for src/proc/thread.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/thread.c
r2968fe29 rcb4b61d 70 70 void *arg = THREAD->thread_arg; 71 71 72 before_thread_runs(); 73 72 74 /* this is where each thread wakes up after its creation */ 73 75 spinlock_unlock(&THREAD->lock);
Note:
See TracChangeset
for help on using the changeset viewer.