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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_thread.h 52 * creates a new thread for the calling process with the SDL_CreateThread()
78 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
81 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread)
83 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL)
85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex)
88 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_thread.h 52 * creates a new thread for the calling process with the SDL_CreateThread()
78 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
81 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread)
83 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL)
85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex)
88 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_thread.h 52 * creates a new thread for the calling process with the SDL_CreateThread()
78 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
81 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread)
83 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL)
85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex)
88 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_thread.h 52 * creates a new thread for the calling process with the SDL_CreateThread()
78 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
81 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread)
83 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL)
85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex)
88 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /external/qemu/distrib/sdl-1.2.15/src/timer/dummy/
SDL_systimer.c 65 timer = SDL_CreateThread(RunTimer, NULL);
  /external/qemu/distrib/sdl-1.2.15/test/
testhread.c 51 thread = SDL_CreateThread(ThreadFunc, "#1");
62 thread = SDL_CreateThread(ThreadFunc, "#2");
73 thread = SDL_CreateThread(ThreadFunc, "#3");
testerror.c 47 thread = SDL_CreateThread(ThreadFunc, "#1");
torturethread.c 40 sub_threads[i] = SDL_CreateThread(SubThreadFunc, &flags[i]);
73 threads[i] = SDL_CreateThread(ThreadFunc, (void *)(uintptr_t)i);
testlock.c 95 if ( (threads[i]=SDL_CreateThread(Run, NULL)) == NULL )
testsem.c 83 threads[i] = SDL_CreateThread(ThreadFunc, (void*)i);
threadwin.c 299 mouse_thread = SDL_CreateThread(HandleMouse, NULL);
300 keybd_thread = SDL_CreateThread(HandleKeyboard, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/timer/beos/
SDL_systimer.c 69 timer = SDL_CreateThread(RunTimer, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/timer/dc/
SDL_systimer.c 74 timer = SDL_CreateThread(RunTimer, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/timer/symbian/
SDL_systimer.cpp 87 timer = SDL_CreateThread(RunTimer, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread.c 208 #undef SDL_CreateThread
209 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)
211 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data)
  /external/qemu/distrib/sdl-1.2.15/src/main/beos/
SDL_BeApp.cc 58 SDL_AppThread = SDL_CreateThread(StartBeApp, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
SDL.x 121 SDL_Init SDL_InitSubSystem SDL_QuitSubSystem SDL_WasInit SDL_Quit SDL_GetAppState SDL_AudioInit SDL_AudioQuit SDL_AudioDriverName SDL_OpenAudio SDL_GetAudioStatus SDL_PauseAudio SDL_LoadWAV_RW SDL_FreeWAV SDL_BuildAudioCVT SDL_ConvertAudio SDL_MixAudio SDL_LockAudio SDL_UnlockAudio SDL_CloseAudio SDL_CDNumDrives SDL_CDName SDL_CDOpen SDL_CDStatus SDL_CDPlayTracks SDL_CDPlay SDL_CDPause SDL_CDResume SDL_CDStop SDL_CDEject SDL_CDClose SDL_HasRDTSC SDL_HasMMX SDL_HasMMXExt SDL_Has3DNow SDL_Has3DNowExt SDL_HasSSE SDL_HasSSE2 SDL_HasAltiVec SDL_SetError SDL_GetError SDL_ClearError SDL_Error SDL_PumpEvents SDL_PeepEvents SDL_PollEvent SDL_WaitEvent SDL_PushEvent SDL_SetEventFilter SDL_GetEventFilter SDL_EventState SDL_NumJoysticks SDL_JoystickName SDL_JoystickOpen SDL_JoystickOpened SDL_JoystickIndex SDL_JoystickNumAxes SDL_JoystickNumBalls SDL_JoystickNumHats SDL_JoystickNumButtons SDL_JoystickUpdate SDL_JoystickEventState SDL_JoystickGetAxis SDL_JoystickGetHat SDL_JoystickGetBall SDL_JoystickGetButton SDL_JoystickClose SDL_EnableUNICODE SDL_EnableKeyRepeat SDL_GetKeyRepeat SDL_GetKeyState SDL_GetModState SDL_SetModState SDL_GetKeyName SDL_LoadObject SDL_LoadFunction SDL_UnloadObject SDL_GetMouseState SDL_GetRelativeMouseState SDL_WarpMouse SDL_CreateCursor SDL_SetCursor SDL_GetCursor SDL_FreeCursor SDL_ShowCursor SDL_CreateMutex SDL_mutexP SDL_mutexV SDL_DestroyMutex SDL_CreateSemaphore SDL_DestroySemaphore SDL_SemWait SDL_SemTryWait SDL_SemWaitTimeout SDL_SemPost SDL_SemValue SDL_CreateCond SDL_DestroyCond SDL_CondSignal SDL_CondBroadcast SDL_CondWait SDL_CondWaitTimeout SDL_RWFromFile SDL_RWFromFP SDL_RWFromMem SDL_RWFromConstMem SDL_AllocRW SDL_FreeRW SDL_ReadLE16 SDL_ReadBE16 SDL_ReadLE32 SDL_ReadBE32 SDL_ReadLE64 SDL_ReadBE64 SDL_WriteLE16 SDL_WriteBE16 SDL_WriteLE32 SDL_WriteBE32 SDL_WriteLE64 SDL_WriteBE64 SDL_GetWMInfo SDL_CreateThread SDL_CreateThread SDL_ThreadID SDL_GetThreadID SDL_WaitThread SDL_KillThread SDL_GetTicks SDL_Delay SDL_SetTi (…)
  /external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
SDL_systimer.c 205 timer = SDL_CreateThread(RunTimer, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c 173 #undef SDL_CreateThread
174 SDL_EventThread = SDL_CreateThread(SDL_GobbleEvents, NULL, NULL, NULL);
176 SDL_EventThread = SDL_CreateThread(SDL_GobbleEvents, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audio.c 552 #undef SDL_CreateThread
553 audio->thread = SDL_CreateThread(SDL_RunAudio, audio, NULL, NULL);
555 audio->thread = SDL_CreateThread(SDL_RunAudio, audio);
  /external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c 201 timer = SDL_CreateThread(RunTimer, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/timer/unix/
SDL_systimer.c 212 timer = SDL_CreateThread(RunTimer, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 557 SDL_CreateThread(RunCallBackThread, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 793 thread = SDL_CreateThread ((int (*)(void *))QZ_ThreadFlip, this);
    [all...]

Completed in 365 milliseconds