Abortable mutual exclusion is a variant of mutual exclusion, in which processes are allowed to abort in the trying protocol. Scott presented the first local-spin abortable mutual exclusion algorithms. They are based on a queue and perform O(1) remote memory accesses (RMAs) when no processes abort. However, they use unbounded space and a process can perform an unbounded number of RMAs, in the worst case, to enter the critical section. The only other local-spin abortable mutual exclusion algorithm is by Jayanti. It has bounded space and RMA complexity, but a process always performs \Theta(log N) RMAs to enter the critical section, where N is the number of processes. In this thesis, three new, bounded space, abortable mutual exclusion ...
Dijkstra introduced mutual exclusion for an N-process system as the requirement “that at any moment ...
Abstract We consider the time complexity of shared-memory mutual exclusion algorithms based on reads...
Abstract A new elegant and simple algorithm for mutual exclusion of N processes is proposed. It only...
Abortable mutual exclusion is a variant of mutual exclusion, in which processes are allowed to abort...
Mutual exclusion (ME) is used to coordinate access to shared resources by concurrent processes. We ...
Abstract We present an N-process local-spin mutual exclusion algorithm, based on nonatomic reads and...
We present an N-process local-spin mutual exclusion algorithm, based on nonatomic reads and writes, ...
We present an N-process local-spin mutual exclusion algorithm, based on nonatomic reads and writes, ...
. We present the rst adaptive algorithm for N-process mutual exclusion under read/write atomicity i...
International audienceWe present an abortable mutual exclusion algorithm for the cache-coherent (CC)...
A simple code transformation is presented that reduces the space complexity of Yang and Anderson's l...
A new elegant and simple algorithm for mutual exclusion of N processes is proposed. It only requires...
We present the first recoverable mutual exclusion (RME) algorithm that is simultaneously abortable, ...
International audienceThe Cache Coherent (CC) and the Distributed Shared Memory (DSM) models are sta...
Abstract. This paper is motivated by a need of practical asynchronous network systems, i.e., a wait-...
Dijkstra introduced mutual exclusion for an N-process system as the requirement “that at any moment ...
Abstract We consider the time complexity of shared-memory mutual exclusion algorithms based on reads...
Abstract A new elegant and simple algorithm for mutual exclusion of N processes is proposed. It only...
Abortable mutual exclusion is a variant of mutual exclusion, in which processes are allowed to abort...
Mutual exclusion (ME) is used to coordinate access to shared resources by concurrent processes. We ...
Abstract We present an N-process local-spin mutual exclusion algorithm, based on nonatomic reads and...
We present an N-process local-spin mutual exclusion algorithm, based on nonatomic reads and writes, ...
We present an N-process local-spin mutual exclusion algorithm, based on nonatomic reads and writes, ...
. We present the rst adaptive algorithm for N-process mutual exclusion under read/write atomicity i...
International audienceWe present an abortable mutual exclusion algorithm for the cache-coherent (CC)...
A simple code transformation is presented that reduces the space complexity of Yang and Anderson's l...
A new elegant and simple algorithm for mutual exclusion of N processes is proposed. It only requires...
We present the first recoverable mutual exclusion (RME) algorithm that is simultaneously abortable, ...
International audienceThe Cache Coherent (CC) and the Distributed Shared Memory (DSM) models are sta...
Abstract. This paper is motivated by a need of practical asynchronous network systems, i.e., a wait-...
Dijkstra introduced mutual exclusion for an N-process system as the requirement “that at any moment ...
Abstract We consider the time complexity of shared-memory mutual exclusion algorithms based on reads...
Abstract A new elegant and simple algorithm for mutual exclusion of N processes is proposed. It only...