Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2031 → Rev 2032

/trunk/kernel/generic/src/proc/thread.c
111,6 → 111,7
{
void (*f)(void *) = THREAD->thread_code;
void *arg = THREAD->thread_arg;
THREAD->last_cycle = get_cycle();
 
/* this is where each thread wakes up after its creation */
spinlock_unlock(&THREAD->lock);