Wiki Page Content

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, ...

2.6k - rev: 23 (current) last modified: 2018-12-12 14:53:52

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...

2.0k - rev: 4 (current) last modified: 2014-07-26 08:08:52

SDL_CreateThread . . . 2 matches
... printf("SDL_CreateThread failed: %s\n", SDL_GetError()); } else { SDL_WaitThread(thread, &threadReturnValue); printf("Thread returned value: %d\n", threadR...

2.8k - rev: 28 (current) last modified: 2019-01-21 19:12:12

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...

0.8k - rev: 2 (current) last modified: 2013-08-08 19:21:46

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 ...

33.7k - rev: 75 (current) last modified: 2017-07-15 21:53:17

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...

35.5k - rev: 12 (current) last modified: 2020-12-29 18:08:27

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...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

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