Files
FreeRDP/libfreerdp/codec
Norbert Federa 938a0890a3 codec/rfx: removed unnecessary WaitForSingleObject
The WaitForSingleObject call on TilePool's event is called with a zero time-out
interval and the event is a manual reset event ... thus no locking or waiting
is involved anyways and Queue_Dequeue may very well return NULL independently
of calling WaitForSingleObject which is already correctly handled.
2013-07-30 13:02:43 +02:00
..
2012-10-09 03:26:39 -04:00
2012-11-22 15:32:21 -05:00
2012-10-09 03:26:39 -04:00
2012-10-09 03:26:39 -04:00
2013-05-08 17:48:30 -04:00
2012-10-08 23:02:04 -04:00
2013-01-18 15:32:58 -07:00