Searched refs:SDL_TLSEntry (Results 1 – 1 of 1) sorted by relevance
113 typedef struct SDL_TLSEntry { struct116 struct SDL_TLSEntry *next; argument117 } SDL_TLSEntry; typedef120 static SDL_TLSEntry *SDL_generic_TLS;127 SDL_TLSEntry *entry; in SDL_Generic_GetTLSData()166 SDL_TLSEntry *prev, *entry; in SDL_Generic_SetTLSData()188 entry = (SDL_TLSEntry *)SDL_malloc(sizeof(*entry)); in SDL_Generic_SetTLSData()
Completed in 2 milliseconds