OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_CreateThread
(Results
1 - 4
of
4
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_thread.h
66
* The function passed to
SDL_CreateThread
().
76
* creates a new thread for the calling process with the
SDL_CreateThread
()
107
SDL_CreateThread
(SDL_ThreadFunction fn, const char *name, void *data,
114
#if defined(
SDL_CreateThread
) && SDL_DYNAMIC_API
115
#undef
SDL_CreateThread
116
#define
SDL_CreateThread
(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex)
118
#define
SDL_CreateThread
(fn, name, data)
SDL_CreateThread
(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex)
142
SDL_CreateThread
(SDL_ThreadFunction fn, const char *name, void *data);
147
* Get the thread name, as it was specified in
SDL_CreateThread
()
[
all
...]
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_thread.h
66
* The function passed to
SDL_CreateThread
().
76
* creates a new thread for the calling process with the
SDL_CreateThread
()
107
SDL_CreateThread
(SDL_ThreadFunction fn, const char *name, void *data,
114
#if defined(
SDL_CreateThread
) && SDL_DYNAMIC_API
115
#undef
SDL_CreateThread
116
#define
SDL_CreateThread
(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex)
118
#define
SDL_CreateThread
(fn, name, data)
SDL_CreateThread
(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex)
142
SDL_CreateThread
(SDL_ThreadFunction fn, const char *name, void *data);
147
* Get the thread name, as it was specified in
SDL_CreateThread
()
[
all
...]
/prebuilts/misc/windows/sdl2/include/
SDL_thread.h
66
* The function passed to
SDL_CreateThread
().
76
* creates a new thread for the calling process with the
SDL_CreateThread
()
107
SDL_CreateThread
(SDL_ThreadFunction fn, const char *name, void *data,
114
#if defined(
SDL_CreateThread
) && SDL_DYNAMIC_API
115
#undef
SDL_CreateThread
116
#define
SDL_CreateThread
(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex)
118
#define
SDL_CreateThread
(fn, name, data)
SDL_CreateThread
(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex)
142
SDL_CreateThread
(SDL_ThreadFunction fn, const char *name, void *data);
147
* Get the thread name, as it was specified in
SDL_CreateThread
()
[
all
...]
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_thread.h
66
* The function passed to
SDL_CreateThread
().
76
* creates a new thread for the calling process with the
SDL_CreateThread
()
107
SDL_CreateThread
(SDL_ThreadFunction fn, const char *name, void *data,
114
#if defined(
SDL_CreateThread
) && SDL_DYNAMIC_API
115
#undef
SDL_CreateThread
116
#define
SDL_CreateThread
(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex)
118
#define
SDL_CreateThread
(fn, name, data)
SDL_CreateThread
(fn, name, data, (pfnSDL_CurrentBeginThread)_beginthreadex, (pfnSDL_CurrentEndThread)_endthreadex)
142
SDL_CreateThread
(SDL_ThreadFunction fn, const char *name, void *data);
147
* Get the thread name, as it was specified in
SDL_CreateThread
()
[
all
...]
Completed in 341 milliseconds