Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3033 → Rev 3034

/branches/tracing/kernel/generic/include/proc/task.h
103,7 → 103,7
/** Thread used to service kernel answerbox */
struct thread *kb_thread;
/** Kbox thread creation vs. begin of cleanup mutual exclusion */
SPINLOCK_DECLARE(kb_cleanup_lock);
mutex_t kb_cleanup_lock;
/** True if cleanup of kbox has already started */
bool kb_finished;
/** Used for waiting on kbox thread shutdown */