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.15/include/
SDL_thread.h 70 typedef void (*pfnSDL_CurrentEndThread)(void);
75 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
78 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 70 typedef void (*pfnSDL_CurrentEndThread)(void);
75 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
78 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 70 typedef void (*pfnSDL_CurrentEndThread)(void);
75 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
78 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 70 typedef void (*pfnSDL_CurrentEndThread)(void);
75 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
78 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.15/src/thread/win32/
SDL_systhread.c 47 typedef void (__watcall *pfnSDL_CurrentEndThread)(unsigned code);
52 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
57 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
65 pfnSDL_CurrentEndThread pfnCurrentEndThread;
71 pfnSDL_CurrentEndThread pfnCurrentEndThread = NULL;
99 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)
106 pfnSDL_CurrentEndThread pfnEndThread = NULL;
109 pfnSDL_CurrentEndThread pfnEndThread = _endthreadex;

Completed in 112 milliseconds