OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_Thread
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_thread.h
26
/** @file
SDL_thread
.h
44
/** The SDL thread structure, defined in
SDL_thread
.c */
45
struct
SDL_Thread
;
46
typedef struct
SDL_Thread
SDL_Thread
;
78
extern DECLSPEC
SDL_Thread
* SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
88
extern DECLSPEC
SDL_Thread
* SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
97
extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(
SDL_Thread
*thread);
103
extern DECLSPEC void SDLCALL SDL_WaitThread(
SDL_Thread
*thread, int *status);
106
extern DECLSPEC void SDLCALL SDL_KillThread(
SDL_Thread
*thread)
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread_c.h
53
struct
SDL_Thread
{
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_thread.h
26
/** @file
SDL_thread
.h
44
/** The SDL thread structure, defined in
SDL_thread
.c */
45
struct
SDL_Thread
;
46
typedef struct
SDL_Thread
SDL_Thread
;
78
extern DECLSPEC
SDL_Thread
* SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
88
extern DECLSPEC
SDL_Thread
* SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
97
extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(
SDL_Thread
*thread);
103
extern DECLSPEC void SDLCALL SDL_WaitThread(
SDL_Thread
*thread, int *status);
106
extern DECLSPEC void SDLCALL SDL_KillThread(
SDL_Thread
*thread)
[
all
...]
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_thread.h
26
/** @file
SDL_thread
.h
44
/** The SDL thread structure, defined in
SDL_thread
.c */
45
struct
SDL_Thread
;
46
typedef struct
SDL_Thread
SDL_Thread
;
78
extern DECLSPEC
SDL_Thread
* SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
88
extern DECLSPEC
SDL_Thread
* SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
97
extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(
SDL_Thread
*thread);
103
extern DECLSPEC void SDLCALL SDL_WaitThread(
SDL_Thread
*thread, int *status);
106
extern DECLSPEC void SDLCALL SDL_KillThread(
SDL_Thread
*thread)
[
all
...]
/prebuilts/tools/windows/sdl/include/SDL/
SDL_thread.h
26
/** @file
SDL_thread
.h
44
/** The SDL thread structure, defined in
SDL_thread
.c */
45
struct
SDL_Thread
;
46
typedef struct
SDL_Thread
SDL_Thread
;
78
extern DECLSPEC
SDL_Thread
* SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
88
extern DECLSPEC
SDL_Thread
* SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
97
extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(
SDL_Thread
*thread);
103
extern DECLSPEC void SDLCALL SDL_WaitThread(
SDL_Thread
*thread, int *status);
106
extern DECLSPEC void SDLCALL SDL_KillThread(
SDL_Thread
*thread)
[
all
...]
Completed in 128 milliseconds