diff options
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h index 6d61d0e5fcf..020346b9af2 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -140,6 +140,10 @@ struct thread_state | |||
| 140 | 140 | ||
| 141 | extern struct thread_state *current_thread; | 141 | extern struct thread_state *current_thread; |
| 142 | 142 | ||
| 143 | extern sys_mutex_t global_lock; | ||
| 144 | |||
| 143 | extern void unmark_threads (void); | 145 | extern void unmark_threads (void); |
| 144 | 146 | ||
| 147 | extern void init_threads (void); | ||
| 148 | |||
| 145 | #endif /* THREAD_H */ | 149 | #endif /* THREAD_H */ |