Results 1 - 10 of 10 results out of about 6837 pages. (3.64 seconds)
- SDL_CreateThread . . . 9 matches
- ...
= SDL_CreateThread =
Use this function to create a new thread.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Thread* SDL_CreateThread(SDL_ThreadFunction fn,
...
- SGStructures . . . 5 matches
- ...ames.||
||''Example'': [[SDL_LogSetOutputFunction]](), [[SDL_AddEventWatch]](), [[SDL_CreateThread]](), [[SDL_SetAssertionHandler]]()||
||<( |4 30%>For the field that passes __user...
- SGFunctions . . . 5 matches
- ...''').||
||''Example'': [[SDL_LogSetOutputFunction]](), [[SDL_AddEventWatch]](), [[SDL_CreateThread]](), [[SDL_SetAssertionHandler]]()||
||<( |4 30%>For the parameter that passes __...
- SDL_WaitThread . . . 5 matches
- ...arameters ==
||'''thread''' ||the SDL_Thread pointer that was returned from the [[SDL_CreateThread]]() call that started this thread||
||'''status''' ||pointer to an integer that w...
- SDL_DetachThread . . . 3 matches
- ...arameters ==
||'''thread''' ||the SDL_Thread pointer that was returned from the [[SDL_CreateThread]]() call that started this thread||
== Code Examples ==
{{{#!highlight cpp
exter...
- SDL_GetThreadName . . . 2 matches
- ...GetThreadName =
Use this function to get the thread name as it was specified in [[SDL_CreateThread]]().
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
const char* SDL_GetT...
- SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING . . . 1 match
- ... Version ==
This hint is available since SDL 2.0.5.
== Related Functions ==
.[[SDL_CreateThread]]
##Remove this section if empty
----
[[CategoryDefine]], [[CategoryHints]]
##Se...
- MigrationGuide . . . 1 match
- ...equency, and then the "killing" thread calls [[SDL_WaitThread]]() to clean up.
[[SDL_CreateThread]]() takes an extra parameter now, a name for the thread, which can be used by deb...
- GuiaDeMigracion . . . 1 match
- ...l hilo "asesino" deberá llamar a [[SDL_WaitThread]]() para limpiar todo.
Ahora [[SDL_CreateThread]]() recibe un parámetro extra: un nombre para el hilo que puede ser utilizado por...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
