Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2850 → Rev 2851

/branches/tracing/kernel/generic/src/udebug/udebug_ipc.c
248,11 → 248,11
for (cur = ta->th_head.next; cur != &ta->th_head; cur = cur->next) {
t = list_get_instance(cur, thread_t, th_link);
 
spinlock_lock(&t->debug_lock);
spinlock_lock(&t->lock);
 
flags = t->flags;
 
spinlock_lock(&t->debug_lock);
spinlock_unlock(&t->lock);
 
/* Only process userspace threads */