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

  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_thread.h 25 "@(#) $Id: SDL_thread.h,v 1.7 2004/08/20 18:57:01 slouken Exp $";
48 /* The SDL thread structure, defined in SDL_thread.c */
49 struct SDL_Thread;
50 typedef struct SDL_Thread SDL_Thread;
53 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
61 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
67 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread *thread, int *status);
70 extern DECLSPEC void SDLCALL SDL_KillThread(SDL_Thread *thread);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_thread.h 43 /* The SDL thread structure, defined in SDL_thread.c */
44 struct SDL_Thread;
45 typedef struct SDL_Thread SDL_Thread;
82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
92 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
101 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
107 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread *thread, int *status);
110 extern DECLSPEC void SDLCALL SDL_KillThread(SDL_Thread *thread);
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread_c.h 53 struct SDL_Thread {
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_thread.h 43 /* The SDL thread structure, defined in SDL_thread.c */
44 struct SDL_Thread;
45 typedef struct SDL_Thread SDL_Thread;
82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
92 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
101 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
107 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread *thread, int *status);
110 extern DECLSPEC void SDLCALL SDL_KillThread(SDL_Thread *thread);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_thread.h 43 /* The SDL thread structure, defined in SDL_thread.c */
44 struct SDL_Thread;
45 typedef struct SDL_Thread SDL_Thread;
82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
92 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
101 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
107 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread *thread, int *status);
110 extern DECLSPEC void SDLCALL SDL_KillThread(SDL_Thread *thread);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_thread.h 43 /* The SDL thread structure, defined in SDL_thread.c */
44 struct SDL_Thread;
45 typedef struct SDL_Thread SDL_Thread;
82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
92 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
101 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
107 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread *thread, int *status);
110 extern DECLSPEC void SDLCALL SDL_KillThread(SDL_Thread *thread);

Completed in 513 milliseconds