Changeset 45fb65c in mainline
- Timestamp:
- 2006-03-22T12:54:34Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 23684b7
- Parents:
- 741ade3f
- Location:
- generic/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/proc/thread.c
r741ade3f r45fb65c 86 86 87 87 /* this is where each thread wakes up after its creation */ 88 before_thread_runs();89 90 88 spinlock_unlock(&THREAD->lock); 91 89 interrupts_enable(); … … 438 436 thread_t *t; 439 437 char namebuf[THREAD_NAME_BUFLEN]; 440 uspace_arg_t *kernel_uarg; /* TODO: store kernel_uarg in thread_t */438 uspace_arg_t *kernel_uarg; 441 439 __u32 tid; 442 440 -
generic/src/synch/waitq.c
r741ade3f r45fb65c 191 191 * Short emulation of scheduler() return code. 192 192 */ 193 before_thread_runs();194 193 spinlock_unlock(&THREAD->lock); 195 194 interrupts_restore(ipl);
Note:
See TracChangeset
for help on using the changeset viewer.