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
2013-03-28 23:06:34 +01:00
2013-07-04 16:31:54 -04:00
2013-07-04 16:31:54 -04:00
2013-07-04 16:31:54 -04:00
2013-05-16 19:56:39 -04:00
2013-02-26 17:54:16 -05:00
2013-03-21 16:45:25 -04:00
2013-03-28 23:06:34 +01:00
2012-11-22 15:32:21 -05:00
2013-05-08 16:09:16 -04:00
2012-10-09 03:01:37 -04:00
2012-10-09 03:26:39 -04:00
2013-03-05 10:52:18 +01:00
2012-10-09 03:26:39 -04:00
2013-05-08 17:48:30 -04:00
2012-10-09 10:44:44 -07:00
2012-10-08 23:02:04 -04:00
2013-07-10 07:14:26 +02:00
2013-03-21 15:19:33 -04:00
2012-10-09 03:01:37 -04:00
2012-10-09 03:01:37 -04:00
2012-10-09 03:01:37 -04:00
2012-10-09 03:01:37 -04:00
2013-07-10 07:14:26 +02:00
2013-03-21 15:19:33 -04:00
2013-03-01 09:02:14 +01:00
2013-02-21 07:08:46 -08:00
2013-01-18 15:32:58 -07:00
2012-10-09 03:26:39 -04:00
2012-11-21 21:22:06 -05:00
2012-10-09 03:01:37 -04:00
2013-03-18 11:20:41 -04:00
2013-02-21 07:08:46 -08:00
2013-07-17 10:01:56 +02:00
2013-07-30 13:02:43 +02:00