Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1584 → Rev 1585

/kernel/trunk/generic/src/proc/thread.c
350,7 → 350,8
return NULL;
}
list_append(&t->th_link, &task->th_head);
task->refcount++;
if (task->refcount++ == 0)
task->main_thread = t;
spinlock_unlock(&task->lock);
 
/*