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

  /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;
  /external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_systhread.h 36 extern int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
SDL_thread.c 209 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/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);
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_systhread.c 38 pfnSDL_CurrentEndThread pfnCurrentEndThread;
44 pfnSDL_CurrentEndThread pfnCurrentEndThread = NULL;
60 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, 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);

Completed in 682 milliseconds