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.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;
  /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);
  /external/qemu/distrib/sdl-1.2.12/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 207 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/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)

Completed in 189 milliseconds