Rev 3034 | Rev 3425 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3034 | Rev 3035 | ||
---|---|---|---|
Line 104... | Line 104... | ||
104 | struct thread *kb_thread; |
104 | struct thread *kb_thread; |
105 | /** Kbox thread creation vs. begin of cleanup mutual exclusion */ |
105 | /** Kbox thread creation vs. begin of cleanup mutual exclusion */ |
106 | mutex_t kb_cleanup_lock; |
106 | mutex_t kb_cleanup_lock; |
107 | /** True if cleanup of kbox has already started */ |
107 | /** True if cleanup of kbox has already started */ |
108 | bool kb_finished; |
108 | bool kb_finished; |
109 | /** Used for waiting on kbox thread shutdown */ |
- | |
110 | waitq_t kb_thread_shutdown_wq; |
- | |
111 | 109 | ||
112 | /** Architecture specific task data. */ |
110 | /** Architecture specific task data. */ |
113 | task_arch_t arch; |
111 | task_arch_t arch; |
114 | 112 | ||
115 | /** |
113 | /** |