Title :
Multi-resource Real-Time Reader/Writer Locks for Multiprocessors
Author :
Ward, Bryan C. ; Anderson, James H.
Author_Institution :
Dept. of Comput. Sci., Univ. of North Carolina at Chapel Hill, Chapel Hill, NC, USA
Abstract :
A fine-grained locking protocol permits multiple locks to be held simultaneously by the same task. In the case of real-time multiprocessor systems, prior work on such protocols has considered only mutex constraints. This unacceptably limits concurrency in systems in which some resource accesses are read-only. To remedy this situation, a variant of a recently proposed fine-grained protocol called the real-time nested locking protocol (RNLP) is presented that enables concurrent reads. This variant is shown to have worst-case blocking no worse (and often better) than existing coarse-grained real-time reader/writer locking protocols, while allowing for additional parallelism. Experimental evaluations of the proposed protocol are presented that consider both schedulability (i.e., the ability to validate timing constraints) and implementation-related overheads. These evaluations demonstrate that the RNLP (both the mutex and the proposed reader/writer variant) provides improved schedulability over existing coarse-grained locking protocols, and is practically implementable.
Keywords :
concurrency control; microprocessor chips; multiprocessing systems; protocols; real-time systems; RNLP; coarse-grained real-time reader-writer locking protocols; fine-grained locking protocol; implementation-related overheads; multiresource real-time reader-writer locks; mutex constraints; real-time multiprocessor systems; real-time nested locking protocol; schedulability; worst-case blocking; Concurrent computing; Parallel processing; Program processors; Protocols; Real-time systems; Synchronization; priority inversion; reader-writer exclusion; real-time; real-time synchronization;
Conference_Titel :
Parallel and Distributed Processing Symposium, 2014 IEEE 28th International
Conference_Location :
Phoenix, AZ
Print_ISBN :
978-1-4799-3799-8
DOI :
10.1109/IPDPS.2014.29