MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / SDL_CreateThreadInternal

Function SDL_CreateThreadInternal

lib/sdl2/src/thread/SDL_thread.c:434–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434SDL_Thread *
435SDL_CreateThreadInternal(int (SDLCALL * fn) (void *), const char *name,
436 const size_t stacksize, void *data) {
437#ifdef SDL_PASSED_BEGINTHREAD_ENDTHREAD
438 return SDL_CreateThreadWithStackSize(fn, name, stacksize, data, NULL, NULL);
439#else
440 return SDL_CreateThreadWithStackSize(fn, name, stacksize, data);
441#endif
442}
443
444SDL_threadID
445SDL_GetThreadID(SDL_Thread * thread)

Callers 10

open_audio_deviceFunction · 0.85
PULSEAUDIO_DetectDevicesFunction · 0.85
SDL_InitBeAppFunction · 0.85
SDL_TimerInitFunction · 0.85
WINRT_CycleXAMLThreadFunction · 0.85
PSP_EventInitFunction · 0.85
WINDOWS_JoystickInitFunction · 0.85
SDL_SYS_JoystickInitFunction · 0.85

Calls 1

Tested by

no test coverage detected