Results 1 - 7 of 7 results out of about 6838 pages. (4.28 seconds)
- SDL_WaitThread . . . 5 matches
- ...
= SDL_WaitThread =
Use this function to wait for a thread to finish.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_WaitThread(SDL_Thread* thread,
...
- SDL_DetachThread . . . 7 matches
- ... "detached" to signify that it should not remain until another thread has called [[SDL_WaitThread]]() on it. Detaching a thread is useful for long-running threads that nothing need...
- SDL_CreateThread . . . 2 matches
- ... printf("SDL_CreateThread failed: %s\n", SDL_GetError());
} else {
SDL_WaitThread(thread, &threadReturnValue);
printf("Thread returned value: %d\n", threadR...
- SDL_GetThreadName . . . 1 match
- ...eed by the caller, and remains valid until the specified thread is cleaned up by [[SDL_WaitThread]]().
== Related Functions ==
.[[SDL_CreateThread]]
----
[[CategoryAPI]], [[Cat...
- MigrationGuide . . . 1 match
- ...d should check the flag with some frequency, and then the "killing" thread calls [[SDL_WaitThread]]() to clean up.
[[SDL_CreateThread]]() takes an extra parameter now, a name for ...
- GuiaDeMigracion . . . 1 match
- ...deberá chequear este flag regularmente y luego el hilo "asesino" deberá llamar a [[SDL_WaitThread]]() para limpiar todo.
Ahora [[SDL_CreateThread]]() recibe un parámetro extra: un...
- 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...
