summaryrefslogtreecommitdiffstats
path: root/uisimulator/sdl/thread-sdl.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2009-01-08 11:08:22 +0000
committerMichael Sevakis <jethead71@rockbox.org>2009-01-08 11:08:22 +0000
commit33a7f3a6cff78ff625621e6a3d4a5728328de0e3 (patch)
treef7edec5c96d18c4666a1108a3b523ff217cba7dd /uisimulator/sdl/thread-sdl.h
parentcb7e88d3b677dee6948608c944eded256acf37fd (diff)
downloadrockbox-33a7f3a6cff78ff625621e6a3d4a5728328de0e3.tar.gz
rockbox-33a7f3a6cff78ff625621e6a3d4a5728328de0e3.zip
Allow sims to shut down normally from panic code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19718 a1c6a512-1295-4272-9138-f99709370657
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 @@
extern SDL_Thread *gui_thread; /* The "main" thread */
void thread_sdl_thread_lock(void *me);
void * thread_sdl_thread_unlock(void);
+void thread_sdl_exception_wait(void);
bool thread_sdl_init(void *param); /* Init the sim threading API - thread created calls app_main */
void thread_sdl_shutdown(void); /* Shut down all kernel threads gracefully */
void thread_sdl_lock(void); /* Sync with SDL threads */