From 33a7f3a6cff78ff625621e6a3d4a5728328de0e3 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 8 Jan 2009 11:08:22 +0000 Subject: Allow sims to shut down normally from panic code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19718 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/thread-sdl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uisimulator/sdl/thread-sdl.h') 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 */ -- cgit v1.2.3