diff options
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h index 3b533316817..d3ec38a22b9 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -168,6 +168,8 @@ struct thread_state | |||
| 168 | struct thread_state *next_thread; | 168 | struct thread_state *next_thread; |
| 169 | }; | 169 | }; |
| 170 | 170 | ||
| 171 | struct Lisp_Mutex; | ||
| 172 | |||
| 171 | extern struct thread_state *current_thread; | 173 | extern struct thread_state *current_thread; |
| 172 | 174 | ||
| 173 | extern sys_mutex_t global_lock; | 175 | extern sys_mutex_t global_lock; |
| @@ -175,6 +177,7 @@ extern void post_acquire_global_lock (struct thread_state *); | |||
| 175 | 177 | ||
| 176 | extern void unmark_threads (void); | 178 | extern void unmark_threads (void); |
| 177 | extern void finalize_one_thread (struct thread_state *state); | 179 | extern void finalize_one_thread (struct thread_state *state); |
| 180 | extern void finalize_one_mutex (struct Lisp_Mutex *); | ||
| 178 | 181 | ||
| 179 | extern void init_threads_once (void); | 182 | extern void init_threads_once (void); |
| 180 | extern void init_threads (void); | 183 | extern void init_threads (void); |