Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2864 → Rev 2865

/branches/tracing/kernel/generic/src/proc/thread.c
436,11 → 436,6
t->debug_active = true;
}
}
 
/* FIXME: this must be done very carefully.. an unstoppable
thread cannot appear just-so, it must be possible to catch it. */
if (t->flags & THREAD_FLAG_USPACE)
++task->not_stoppable_count;
}
 
/** Add thread to the threads tree.