HomeSort by relevance Sort by last modified time
    Searched defs:pfnSDL_CurrentEndThread (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_thread.h 69 typedef void (*pfnSDL_CurrentEndThread)(void);
74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_thread.h 69 typedef void (*pfnSDL_CurrentEndThread)(void);
74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_thread.h 69 typedef void (*pfnSDL_CurrentEndThread)(void);
74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_thread.h 69 typedef void (*pfnSDL_CurrentEndThread)(void);
74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_systhread.c 43 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
52 typedef void (__watcall *pfnSDL_CurrentEndThread)(unsigned code);
57 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
65 pfnSDL_CurrentEndThread pfnCurrentEndThread;
71 pfnSDL_CurrentEndThread pfnCurrentEndThread = NULL;
89 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)
96 pfnSDL_CurrentEndThread pfnEndThread = NULL;
99 pfnSDL_CurrentEndThread pfnEndThread = _endthreadex;

Completed in 298 milliseconds