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

  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_systhread.c 40 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
49 typedef unsigned long (__watcall *pfnSDL_CurrentBeginThread) (void *, unsigned,
54 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
89 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)
95 pfnSDL_CurrentBeginThread pfnBeginThread = NULL;
98 pfnSDL_CurrentBeginThread pfnBeginThread = _beginthreadex;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_thread.h 68 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
71 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
76 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
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 68 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
71 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
76 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
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 68 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
71 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
76 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
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 68 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
71 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
76 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
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 60 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)

Completed in 542 milliseconds