Files
dolphin/Source/Core/Core
Michael M b58f8d19ab Rename Common::FifoQueue to Common::SPSCQueue
Since all queues are FIFO data structures, the name wasn't informative
as to why you'd use it over a normal queue. I originally thought it had
something to do with the hardware graphics FIFO.

This renames it using the common acronym SPSC, which stands for
single-producer single-consumer, and is most commonly used to talk about
lock-free data structures, both of which this is.
2017-08-23 17:00:52 -07:00
..
2017-08-22 16:40:34 +02:00
2017-06-15 18:52:22 -04:00
2017-08-22 23:41:38 +02:00
2017-07-07 16:44:38 -07:00
2017-06-06 16:27:52 +02:00
2017-08-22 16:40:34 +02:00
2017-04-25 09:20:09 +01:00
2017-08-22 21:31:19 +02:00
2017-03-27 23:46:19 -04:00
2017-01-12 21:30:11 +01:00
2017-08-10 23:47:18 +08:00
2017-08-10 23:47:18 +08:00