Thread
Stories related to "Lock-freedom without garbage collection" across the full archive.
Slides here: http://www.slideshare.net/RedHatDevelopers/shenandoah-gc-java-without-the-garbage-collection-hiccups-christine-flood
"Blocking without Locking" or LFthreads: A Lock-Free, Thread Library (2005)
(pdfs.semanticscholar.org)
Abstract: "This paper presents the synchronization in LF THREADS , a thread library entirely
based on lock-free methods, i.e. no spin-locks or similar synchronization mech-
anisms are employed in the implementation of the multithreading. Since lock-
freedom is highly desirable in multiprocessors/...