-
2
-
-
0036944178
-
Lock-free reference counting
-
David L. Detlefs, Paul A. Martin, Mark Moir, and Guy L. Steele. Lock-free reference counting. Distributed Computing, 15:255-271, 2002.
-
(2002)
Distributed Computing
, vol.15
, pp. 255-271
-
-
Detlefs, D.L.1
Martin, P.A.2
Moir, M.3
Steele, G.L.4
-
4
-
-
0023994903
-
Consensus in the presence of partial synchrony
-
Cynthia Dwork, Nancy Lynch, and Larry Stockmeyer. Consensus in the presence of partial synchrony. Journal of the ACM, 35(2):288-323, 1988.
-
(1988)
Journal of the ACM
, vol.35
, Issue.2
, pp. 288-323
-
-
Dwork, C.1
Lynch, N.2
Stockmeyer, L.3
-
5
-
-
33646401508
-
Obstruction-free algorithms can be practically wait-free
-
Faith Ellen Fich, Victor Luchangco, Mark Moir, and Nir Shavit. Obstruction-free algorithms can be practically wait-free. In DISC, pages 78-92, 2005.
-
(2005)
DISC
, pp. 78-92
-
-
Ellen Fich, F.1
Luchangco, V.2
Moir, M.3
Shavit, N.4
-
6
-
-
70450234460
-
-
Anders Gidenstam, Marina Papatriantafilou, Håkon Sundell, and Philippas Tsigas. Practical and efficient lock-free garbage collection based on reference counting. Technical Report 04, Chalmers University of Technology and Göteborg University, 2005.
-
Anders Gidenstam, Marina Papatriantafilou, Håkon Sundell, and Philippas Tsigas. Practical and efficient lock-free garbage collection based on reference counting. Technical Report 04, Chalmers University of Technology and Göteborg University, 2005.
-
-
-
-
7
-
-
27144498979
-
Allocating memory in a lock-free manner
-
Proceedings of the 13th Annual European Symposium on Algorithms, number in, Springer-Verlag, October
-
Anders Gidenstam, Marina Papatriantafilou, and Philippas Tsigas. Allocating memory in a lock-free manner. In Proceedings of the 13th Annual European Symposium on Algorithms, number 3669 in LNCS, pages 329-342. Springer-Verlag, October 2005.
-
(2005)
LNCS
, vol.3669
, pp. 329-342
-
-
Gidenstam, A.1
Papatriantafilou, M.2
Tsigas, P.3
-
8
-
-
37549051827
-
-
Addison-Wesley
-
Brian Goetz, Tim Peierls, Joshua Block, Joseph Bowbeer, David Holmes, and Doug Lea. Java Concurrency in Practice. Addison-Wesley, 2006.
-
(2006)
Java Concurrency in Practice
-
-
Goetz, B.1
Peierls, T.2
Block, J.3
Bowbeer, J.4
Holmes, D.5
Lea, D.6
-
9
-
-
67649848390
-
Proving that non-blocking algorithms don't block
-
Zhong Shao and Benjamin C. Pierce, editors, ACM
-
Alexey Gotsman, Byron Cook, Matthew Parkinson, and Viktor Vafeiadis. Proving that non-blocking algorithms don't block. In Zhong Shao and Benjamin C. Pierce, editors, Proceedings of the 36th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, POPL2009, pages 16-28. ACM, 2009.
-
(2009)
Proceedings of the 36th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, POPL2009
, pp. 16-28
-
-
Gotsman, A.1
Cook, B.2
Parkinson, M.3
Vafeiadis, V.4
-
11
-
-
27544489038
-
Nonblocking memory management support for dynamically-sized data structures
-
May
-
Maurice Herlihy, Victor Luchangco, Paul Martin, and Mark Moir. Nonblocking memory management support for dynamically-sized data structures. ACM Transactions on Computer Systems, 23 (2): 146-196, May 2005.
-
(2005)
ACM Transactions on Computer Systems
, vol.23
, Issue.2
, pp. 146-196
-
-
Herlihy, M.1
Luchangco, V.2
Martin, P.3
Moir, M.4
-
14
-
-
84947930760
-
A complete and constant time wait-free implementation of cas from ll/sc and vice versa
-
Proceedings of the 12th International Symposium on Distributed Computing, of, September
-
Prasad Jayanti. A complete and constant time wait-free implementation of cas from ll/sc and vice versa. In Proceedings of the 12th International Symposium on Distributed Computing, volume 1499 of LNCS, pages 216-230, September 1998.
-
(1998)
LNCS
, vol.1499
, pp. 216-230
-
-
Jayanti, P.1
-
17
-
-
4544236916
-
Scalable lock-free dynamic memory allocation
-
Proceedings of SIGPLAN 2004 Conference on Programming Languages Design and Implementation, Washington, DC, June, ACM Press
-
Maged Michael. Scalable lock-free dynamic memory allocation. In Proceedings of SIGPLAN 2004 Conference on Programming Languages Design and Implementation, ACM SIGPLAN Notices, Washington, DC, June 2004. ACM Press.
-
(2004)
ACM SIGPLAN Notices
-
-
Michael, M.1
-
19
-
-
35048851250
-
Practical lock-free and wait-free LL/SC/VL implementations using 64-bit CAS
-
Proceedings of the 18th International Conference on Distributed Computing, of, Springer-Verlag, October
-
Maged M. Michael. Practical lock-free and wait-free LL/SC/VL implementations using 64-bit CAS. In Proceedings of the 18th International Conference on Distributed Computing, volume 3274 of LNCS, pages 144-158. Springer-Verlag, October 2004.
-
(2004)
LNCS
, vol.3274
, pp. 144-158
-
-
Michael, M.M.1
-
22
-
-
85076883647
-
Finding and reproducing heisenbugs in concurrent programs
-
Madanlal Musuvathi, Shaz Qadeer, Thomas Ball, Gerard Basler, Piramanayagam Arumuga Nainar, and Iulian Neamtiu. Finding and reproducing heisenbugs in concurrent programs. In OSDI 08: Operating Systems Design and Implementation, pages 267-280, 2008.
-
(2008)
OSDI 08: Operating Systems Design and Implementation
, pp. 267-280
-
-
Musuvathi, M.1
Qadeer, S.2
Ball, T.3
Basler, G.4
Arumuga Nainar, P.5
Neamtiu, I.6
-
23
-
-
42149094360
-
STOPLESS: A real-time garbage collector for multiprocessors
-
Mooly Sagiv, editor, Montréal, Canada, October, ACM Press
-
Filip Pizlo, Daniel Frampton, Erez Petrank, and Bjarne Steensgard. STOPLESS: A real-time garbage collector for multiprocessors. In Mooly Sagiv, editor, ISMM'07 Proceedings of the Fifth International Symposium on Memory Management, pages 159-172, Montréal, Canada, October 2007. ACM Press.
-
(2007)
ISMM'07 Proceedings of the Fifth International Symposium on Memory Management
, pp. 159-172
-
-
Pizlo, F.1
Frampton, D.2
Petrank, E.3
Steensgard, B.4
-
24
-
-
57349166563
-
A study of concurrent real-time garbage collectors
-
Proceedings of SIGPLAN 2008 Conference on Programming Languages Design and Implementation, Tucson, AZ, June, ACM Press
-
Filip Pizlo, Erez Petrank, and Bjarne Steensgaard. A study of concurrent real-time garbage collectors. In Proceedings of SIGPLAN 2008 Conference on Programming Languages Design and Implementation, ACM SIGPLAN Notices, pages 33-44, Tucson, AZ, June 2008. ACM Press.
-
(2008)
ACM SIGPLAN Notices
, pp. 33-44
-
-
Pizlo, F.1
Petrank, E.2
Steensgaard, B.3
|