Changeset 3e1607f in mainline for src/proc/thread.c


Ignore:
Timestamp:
2005-08-31T22:00:32Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cd95d784
Parents:
d2bb9f8a
Message:

Add some comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/proc/thread.c

    rd2bb9f8a r3e1607f  
    7676        void *arg = THREAD->thread_arg;
    7777
     78        /* this is where each thread wakes up after its creation */
    7879        before_thread_runs();
    7980
    80         /* this is where each thread wakes up after its creation */
    8181        spinlock_unlock(&THREAD->lock);
    8282        cpu_priority_low();
Note: See TracChangeset for help on using the changeset viewer.