Searched refs:SDL_TLSCreate (Results 1 – 6 of 6) sorted by relevance
101 tls = SDL_TLSCreate(); in main()
34 SDL_TLSCreate() in SDL_TLSCreate() function229 slot = SDL_TLSCreate(); in SDL_GetErrBuf()
329 extern DECLSPEC SDL_TLSID SDLCALL SDL_TLSCreate(void);
480 #define SDL_TLSCreate SDL_TLSCreate_REAL macro
509 SDL_DYNAPI_PROC(SDL_TLSID,SDL_TLSCreate,(void),(),return)
531 _this->current_glwin_tls = SDL_TLSCreate(); in SDL_VideoInit()532 _this->current_glctx_tls = SDL_TLSCreate(); in SDL_VideoInit()
Completed in 16 milliseconds