Multicore and GPU Programming For Video Games Introduction to Multithreading
Short Description
If another thread doesn’t pulse me within millisecondsTimeout, reacquire the lock and wake myself up. Return true if reactivated by monitor being pulsed.
Website: users.ece.gatech.edu | Filesize: 2171kb
No of Page(s): 20
Content
…. Main thread checks flag variables set by the worker threads when they finish
. Useful if main thread can do some stuff (e.g., eye-candy animation in a turn-based strategy game) independently of the worker threads (e.g. AI), but needs worker threads to finish before continuing (e.g. making the computer’s move)
…
Get the file Download here
Related Books:Related Searches: worker threads, eye candy, multicore, strategy game, short description
Comments
Leave a Reply