Home
last modified time | relevance | path

Searched refs:SDL_TLSSet (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestthread.c52 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 DSDL_thread.c53 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 DSDL_thread.h355 extern DECLSPEC int SDLCALL SDL_TLSSet(SDL_TLSID id, const void *value, void (SDLCALL *destructor)(…
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c3575 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 DSDL_dynapi_overrides.h482 #define SDL_TLSSet SDL_TLSSet_REAL macro
A DSDL_dynapi_procs.h511 SDL_DYNAPI_PROC(int,SDL_TLSSet,(SDL_TLSID a, const void *b, void (*c)(void*)),(a,b,c),return)

Completed in 16 milliseconds