]> source.dussan.org Git - tigervnc.git/commit
Create one decode thread for each CPU
authorPierre Ossman <ossman@cendio.se>
Fri, 13 Nov 2015 13:07:52 +0000 (14:07 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 27 Nov 2015 10:12:57 +0000 (11:12 +0100)
commit7b63a7cef5824cb1d0475855e179d54f631f3e7d
tree9ac8150bb665f361e62fe411be8e6e92ed45248b
parentb74728f9d653ece2d25f26aa563f7e5ecbdc4023
Create one decode thread for each CPU

We can start creating more decoding threads now that we handle
rect ordering properly. No point in creating more threads than
there are CPUs though.
common/os/Thread.cxx
common/os/Thread.h
common/rfb/DecodeManager.cxx