Searched refs:SDL_TLSSet (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testthread.c | 52 SDL_TLSSet(tls, "baby thread", NULL); in ThreadFunc() 103 SDL_TLSSet(tls, "main thread", NULL); in main()
|
/AliOS-Things-master/components/SDL2/src/thread/ |
A D | SDL_thread.c | 53 SDL_TLSSet(SDL_TLSID id, const void *value, void (SDLCALL *destructor)(void *)) in SDL_TLSSet() function 247 SDL_TLSSet(tls_errbuf, ALLOCATION_IN_PROGRESS, NULL); in SDL_GetErrBuf() 250 SDL_TLSSet(tls_errbuf, NULL, NULL); in SDL_GetErrBuf() 254 SDL_TLSSet(tls_errbuf, errbuf, SDL_free); in SDL_GetErrBuf()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_thread.h | 355 extern DECLSPEC int SDLCALL SDL_TLSSet(SDL_TLSID id, const void *value, void (SDLCALL *destructor)(…
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 3575 SDL_TLSSet(_this->current_glwin_tls, window, NULL); in SDL_GL_CreateContext() 3576 SDL_TLSSet(_this->current_glctx_tls, ctx, NULL); in SDL_GL_CreateContext() 3608 SDL_TLSSet(_this->current_glwin_tls, window, NULL); in SDL_GL_MakeCurrent() 3609 SDL_TLSSet(_this->current_glctx_tls, ctx, NULL); in SDL_GL_MakeCurrent()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 482 #define SDL_TLSSet SDL_TLSSet_REAL macro
|
A D | SDL_dynapi_procs.h | 511 SDL_DYNAPI_PROC(int,SDL_TLSSet,(SDL_TLSID a, const void *b, void (*c)(void*)),(a,b,c),return)
|
Completed in 16 milliseconds