History log of /vbox/src/VBox/Runtime/common/misc/circbuf.cpp
Revision Date Author Comments Expand
4e4a8e041182dff5c52892bee58a5d8f58f4bdad 39350 17-Nov-2011 vboxsync

Runtime: add methods for checking if something is in use in a circular buffer

2f7d372a31fd0f5515c2d307db549db16dd443f0 39032 19-Oct-2011 vboxsync

IPRT: Fixed unused variable warnings.

522685dc682cf4230f5e51d601fcb95061d09e71 38862 26-Sep-2011 vboxsync

Typo.

64743f0e8609782598af145a21b5dbdd23f3853e 38305 04-Aug-2011 vboxsync

Addressed some todos.

292dc462b10ba7ef37b871434e332aecf8ad97df 37210 25-May-2011 vboxsync

circbuf: make the structure abstract.

41802163cf830caf53a1a619fed55afb52246eac 37209 25-May-2011 vboxsync

circbuf: Use ASMAtomic*Z instead of ASMAtomic*Size because the latter is causing trouble on recent microsoft compilers.

078edd33e3a22f968a7aee5a9e042bca314c2f03 37208 25-May-2011 vboxsync

circbuf: code cleanup.

97f795f0be0c10aae9b31cc8f8d5cdf8ea2ab421 33286 21-Oct-2010 vboxsync

Runtime: add lock free circular buffer + simple testcase