-
1
-
-
0024928610
-
The performance implications of thread management alternatives for shared-memory multiprocessors
-
Dec.
-
T. E. Anderson, E. D. Lazowska, and H. M. Levy. The Performance Implications of Thread Management Alternatives for Shared-Memory Multiprocessors, IEEE Trans. on Computers, 38(12):1631-1644, Dec. 1989.
-
(1989)
IEEE Trans. on Computers
, vol.38
, Issue.12
, pp. 1631-1644
-
-
Anderson, T.E.1
Lazowska, E.D.2
Levy, H.M.3
-
4
-
-
8344241113
-
A scalable lock-free stack algorithm
-
Barcelona, Spain, June
-
D. Hendler, N. Shavit, and L. Yerushalmi. A Scalable Lock-Free Stack Algorithm. In Proc. of the 16th Annual ACM Symp. on Parallelism in Algorithms and Architectures, pages 206-215, Barcelona, Spain, June 2004.
-
(2004)
Proc. of the 16th Annual ACM Symp. on Parallelism in Algorithms and Architectures
, pp. 206-215
-
-
Hendler, D.1
Shavit, N.2
Yerushalmi, L.3
-
5
-
-
0038644209
-
Obstruction-free synchronization: Double-ended queues as an example
-
Providence, RI, May
-
M. Herlihy, V. Luchangco, and M. Moir. Obstruction-Free Synchronization: Double-Ended Queues as an Example. In Proc. of the 23rd Intl. Conf. on Distributed Computing Systems, Providence, RI, May, 2003.
-
(2003)
Proc. of the 23rd Intl. Conf. on Distributed Computing Systems
-
-
Herlihy, M.1
Luchangco, V.2
Moir, M.3
-
6
-
-
0025460579
-
Linearizability: A correctness condition for concurrent objects
-
July
-
M. P. Herlihy and J. M. Wing. Linearizability: A Correctness Condition for Concurrent Objects. ACM Trans. on Programming Languages and Systems, 12(3):463-492, July 1990.
-
(1990)
ACM Trans. on Programming Languages and Systems
, vol.12
, Issue.3
, pp. 463-492
-
-
Herlihy, M.P.1
Wing, J.M.2
-
8
-
-
0018005391
-
Communicating sequential processes
-
Aug.
-
C. A. R. Hoare. Communicating Sequential Processes. Comm. of the ACM, 21(8):666-677, Aug. 1978.
-
(1978)
Comm. of the ACM
, vol.21
, Issue.8
, pp. 666-677
-
-
Hoare, C.A.R.1
-
9
-
-
70450049370
-
Empirical studies of competitive spinning for a shared-memory multiprocessor
-
Pacific Grove, CA, Oct.
-
A. R. Karlin, K. Li, M. S. Manasse, and S. Owicki. Empirical Studies of Competitive Spinning for a Shared-Memory Multiprocessor. In Proc, of the 13th ACM Symp. on Operating Systems Principles, pages 41-55, Pacific Grove, CA, Oct. 1991.
-
(1991)
Proc, of the 13th ACM Symp. on Operating Systems Principles
, pp. 41-55
-
-
Karlin, A.R.1
Li, K.2
Manasse, M.S.3
Owicki, S.4
-
10
-
-
0016090932
-
A new solution of Dijkstra's concurrent programming problem
-
Aug.
-
L.Lamport. A New Solution of Dijkstra's Concurrent Programming Problem. Comm. of the ACM, 17(8):453-455, Aug. 1974.
-
(1974)
Comm. of the ACM
, vol.17
, Issue.8
, pp. 453-455
-
-
Lamport, L.1
-
11
-
-
0023288130
-
A fast mutual exclusion algorithm
-
Feb.
-
L.Lamport. A Fast Mutual Exclusion Algorithm. ACM Trans. on Computer Systems, 5(1):1-11, Feb. 1987.
-
(1987)
ACM Trans. on Computer Systems
, vol.5
, Issue.1
, pp. 1-11
-
-
Lamport, L.1
-
12
-
-
27644489204
-
The java.util.concurrent synchronizer framework
-
Dec.
-
D. Lea. The java.util.concurrent Synchronizer Framework. Science of Computer Programming, 58(3):293-309, Dec. 2005.
-
(2005)
Science of Computer Programming
, vol.58
, Issue.3
, pp. 293-309
-
-
Lea, D.1
-
13
-
-
29144516746
-
The java memory model
-
Long Beach, CA, Jan.
-
J. Manson, W. Pugh, and S. Adve. The Java Memory Model. In Conf. Record of the 32nd ACM Symp. on Principles of Programming Languages, Long Beach, CA, Jan. 2005.
-
(2005)
Conf. Record of the 32nd ACM Symp. on Principles of Programming Languages
-
-
Manson, J.1
Pugh, W.2
Adve, S.3
-
14
-
-
84976718540
-
Algorithms for scalable synchronization on shared-memory multiprocessors
-
Feb.
-
J. M. Mellor-Crummey and M. L. Scott. Algorithms for Scalable Synchronization on Shared-Memory Multiprocessors. ACM Trans. on Computer Systems, 9(1):21-65, Feb. 1991.
-
(1991)
ACM Trans. on Computer Systems
, vol.9
, Issue.1
, pp. 21-65
-
-
Mellor-Crummey, J.M.1
Scott, M.L.2
-
15
-
-
0029723606
-
Simple, fast, and practical non-blocking and blocking concurrent queue algorithms
-
Philadelphia, PA, May
-
M. M. Michael and M. L. Scott. Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms. In Proc. of the 15th ACM Symp. on Principles of Distributed Computing, pages 267-275, Philadelphia, PA, May 1996.
-
(1996)
Proc. of the 15th ACM Symp. on Principles of Distributed Computing
, pp. 267-275
-
-
Michael, M.M.1
Scott, M.L.2
-
16
-
-
32144436278
-
Using elimination to implement scalable and lock-free FIFO queues
-
Las Vegas, NV, July
-
M. Moir, D. Nussbaum, O. Shalev, and N. Shavit. Using Elimination to Implement Scalable and Lock-Free FIFO Queues. In Proc. of the 17th Annual ACM Symp. on Parallelism in Algorithms and Architectures, pages 253-262, Las Vegas, NV, July 2005.
-
(2005)
Proc. of the 17th Annual ACM Symp. on Parallelism in Algorithms and Architectures
, pp. 253-262
-
-
Moir, M.1
Nussbaum, D.2
Shalev, O.3
Shavit, N.4
-
18
-
-
33751040840
-
A scalable elimination-based exchange channel
-
San Diego, CA, Oct. In conjunction with OOPSLA'05
-
W. N. Scherer in, D. Lea, and M. L. Scott. A Scalable Elimination-based Exchange Channel, In Proc., Workshop on Synchronization and Concurrency in Object-Oriented Languages, San Diego, CA, Oct. 2005. In conjunction with OOPSLA'05.
-
(2005)
Proc., Workshop on Synchronization and Concurrency in Object-Oriented Languages
-
-
Schererin, W.N.1
Lea, D.2
Scott, M.L.3
|