Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 21 → Rev 22

/SPARTAN/trunk/src/proc/thread.c
69,6 → 69,8
void (*f)(void *) = THREAD->thread_code;
void *arg = THREAD->thread_arg;
 
before_thread_runs();
 
/* this is where each thread wakes up after its creation */
spinlock_unlock(&THREAD->lock);
cpu_priority_low();