summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/thread-sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/thread-sdl.h')
-rw-r--r--uisimulator/sdl/thread-sdl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/sdl/thread-sdl.h b/uisimulator/sdl/thread-sdl.h
index b88ba50f8c..f221aa5a72 100644
--- a/uisimulator/sdl/thread-sdl.h
+++ b/uisimulator/sdl/thread-sdl.h
@@ -27,6 +27,7 @@
27extern SDL_Thread *gui_thread; /* The "main" thread */ 27extern SDL_Thread *gui_thread; /* The "main" thread */
28void thread_sdl_thread_lock(void *me); 28void thread_sdl_thread_lock(void *me);
29void * thread_sdl_thread_unlock(void); 29void * thread_sdl_thread_unlock(void);
30void thread_sdl_exception_wait(void);
30bool thread_sdl_init(void *param); /* Init the sim threading API - thread created calls app_main */ 31bool thread_sdl_init(void *param); /* Init the sim threading API - thread created calls app_main */
31void thread_sdl_shutdown(void); /* Shut down all kernel threads gracefully */ 32void thread_sdl_shutdown(void); /* Shut down all kernel threads gracefully */
32void thread_sdl_lock(void); /* Sync with SDL threads */ 33void thread_sdl_lock(void); /* Sync with SDL threads */