equal
deleted
inserted
replaced
58 extern SDL_TLSData *SDL_SYS_GetTLSData(); |
58 extern SDL_TLSData *SDL_SYS_GetTLSData(); |
59 |
59 |
60 /* Set the thread local storage for this thread */ |
60 /* Set the thread local storage for this thread */ |
61 extern int SDL_SYS_SetTLSData(SDL_TLSData *data); |
61 extern int SDL_SYS_SetTLSData(SDL_TLSData *data); |
62 |
62 |
|
63 /* This is for internal SDL use, so we don't need #ifdefs everywhere. */ |
|
64 extern SDL_Thread * |
|
65 SDL_CreateThreadInternal(int (SDLCALL * fn) (void *), const char *name, |
|
66 const size_t stacksize, void *data); |
|
67 |
63 #endif /* _SDL_systhread_h */ |
68 #endif /* _SDL_systhread_h */ |
64 |
69 |
65 /* vi: set ts=4 sw=4 expandtab: */ |
70 /* vi: set ts=4 sw=4 expandtab: */ |