Searched refs:SDL_TLSGet (Results 1 – 6 of 6) sorted by relevance
54 (char *) data, SDL_ThreadID(), (const char *)SDL_TLSGet(tls)); in ThreadFunc()104 SDL_Log("Main thread data initially: %s\n", (const char *)SDL_TLSGet(tls)); in main()117 SDL_Log("Main thread data finally: %s\n", (const char *)SDL_TLSGet(tls)); in main()
41 SDL_TLSGet(SDL_TLSID id) in SDL_TLSGet() function241 errbuf = (SDL_error *)SDL_TLSGet(tls_errbuf); in SDL_GetErrBuf()
341 extern DECLSPEC void * SDLCALL SDL_TLSGet(SDL_TLSID id);
481 #define SDL_TLSGet SDL_TLSGet_REAL macro
510 SDL_DYNAPI_PROC(void*,SDL_TLSGet,(SDL_TLSID a),(a),return)
3621 return (SDL_Window *)SDL_TLSGet(_this->current_glwin_tls); in SDL_GL_GetCurrentWindow()3631 return (SDL_GLContext)SDL_TLSGet(_this->current_glctx_tls); in SDL_GL_GetCurrentContext()
Completed in 16 milliseconds