Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3603 → Rev 3604

/trunk/kernel/generic/include/udebug/udebug.h
169,13 → 169,6
/** Debugging part of thread_t structure.
*/
typedef struct {
/**
* Prevent deadlock with udebug_before_thread_runs() in interrupt
* handler, without actually disabling interrupts.
* ==0 means "unlocked", >0 means "locked"
*/
atomic_t int_lock;
 
/** Synchronize debug ops on this thread / access to this structure. */
mutex_t lock;