Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/thread/
A DSDL_thread.c113 typedef struct SDL_TLSEntry { struct
116 struct SDL_TLSEntry *next; argument
117 } SDL_TLSEntry; typedef
120 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