Wiki Page Content

DRAFT

SDL_TLSGet

Use this function to get the value associated with a thread local storage ID for the current thread.

Syntax

void* SDL_TLSGet(SDL_TLSID id)

Function Parameters

id

the thread local storage ID

Return Value

Returns the value associated with the ID for the current thread or NULL if no value has been set; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

Version

This function is available since SDL 2.0.0.


CategoryAPI, CategoryThread

None: SDL_TLSGet (last edited 2013-11-02 12:08:50 by PhilippWiesemann)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit