<?xml version="1.0" encoding="UTF-8"?>

<modsCollection xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
<mods version="3.3">

<genre>article</genre>

<titleInfo><title>From non-preemptive to preemptive scheduling using synchronization synthesis</title></titleInfo>


<note type="publicationStatus">published</note>


<note type="qualityControlled">yes</note>

<name type="personal">
  <namePart type="given">Pavol</namePart>
  <namePart type="family">Cerny</namePart>
  <role><roleTerm type="text">author</roleTerm> </role><identifier type="local">4DCBEFFE-F248-11E8-B48F-1D18A9856A87</identifier></name>
<name type="personal">
  <namePart type="given">Edmund</namePart>
  <namePart type="family">Clarke</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>
<name type="personal">
  <namePart type="given">Thomas A</namePart>
  <namePart type="family">Henzinger</namePart>
  <role><roleTerm type="text">author</roleTerm> </role><identifier type="local">40876CD8-F248-11E8-B48F-1D18A9856A87</identifier><description xsi:type="identifierDefinition" type="orcid">0000−0002−2985−7724</description></name>
<name type="personal">
  <namePart type="given">Arjun</namePart>
  <namePart type="family">Radhakrishna</namePart>
  <role><roleTerm type="text">author</roleTerm> </role><identifier type="local">3B51CAC4-F248-11E8-B48F-1D18A9856A87</identifier></name>
<name type="personal">
  <namePart type="given">Leonid</namePart>
  <namePart type="family">Ryzhyk</namePart>
  <role><roleTerm type="text">author</roleTerm> </role></name>
<name type="personal">
  <namePart type="given">Roopsha</namePart>
  <namePart type="family">Samanta</namePart>
  <role><roleTerm type="text">author</roleTerm> </role><identifier type="local">3D2AAC08-F248-11E8-B48F-1D18A9856A87</identifier></name>
<name type="personal">
  <namePart type="given">Thorsten</namePart>
  <namePart type="family">Tarrach</namePart>
  <role><roleTerm type="text">author</roleTerm> </role><identifier type="local">3D6E8F2C-F248-11E8-B48F-1D18A9856A87</identifier><description xsi:type="identifierDefinition" type="orcid">0000-0003-4409-8487</description></name>







<name type="corporate">
  <namePart></namePart>
  <identifier type="local">ToHe</identifier>
  <role>
    <roleTerm type="text">department</roleTerm>
  </role>
</name>





<name type="corporate">
  <namePart>Quantitative Reactive Modeling</namePart>
  <role><roleTerm type="text">project</roleTerm></role>
</name>
<name type="corporate">
  <namePart>Rigorous Systems Engineering</namePart>
  <role><roleTerm type="text">project</roleTerm></role>
</name>
<name type="corporate">
  <namePart>Formal methods for the design and analysis of complex systems</namePart>
  <role><roleTerm type="text">project</roleTerm></role>
</name>
<name type="corporate">
  <namePart>IST Austria Open Access Fund</namePart>
  <role><roleTerm type="text">project</roleTerm></role>
</name>



<abstract lang="eng">We present a computer-aided programming approach to concurrency. The approach allows programmers to program assuming a friendly, non-preemptive scheduler, and our synthesis procedure inserts synchronization to ensure that the final program works even with a preemptive scheduler. The correctness specification is implicit, inferred from the non-preemptive behavior. Let us consider sequences of calls that the program makes to an external interface. The specification requires that any such sequence produced under a preemptive scheduler should be included in the set of sequences produced under a non-preemptive scheduler. We guarantee that our synthesis does not introduce deadlocks and that the synchronization inserted is optimal w.r.t. a given objective function. The solution is based on a finitary abstraction, an algorithm for bounded language inclusion modulo an independence relation, and generation of a set of global constraints over synchronization placements. Each model of the global constraints set corresponds to a correctness-ensuring synchronization placement. The placement that is optimal w.r.t. the given objective function is chosen as the synchronization solution. We apply the approach to device-driver programming, where the driver threads call the software interface of the device and the API provided by the operating system. Our experiments demonstrate that our synthesis method is precise and efficient. The implicit specification helped us find one concurrency bug previously missed when model-checking using an explicit, user-provided specification. We implemented objective functions for coarse-grained and fine-grained locking and observed that different synchronization placements are produced for our experiments, favoring a minimal number of synchronization operations or maximum concurrency, respectively.</abstract>

<relatedItem type="constituent">
  <location>
    <url displayLabel="IST-2016-656-v1+1_s10703-016-0256-5.pdf">https://research-explorer.ista.ac.at/download/1338/4985/IST-2016-656-v1+1_s10703-016-0256-5.pdf</url>
  </location>
  <physicalDescription><internetMediaType>application/pdf</internetMediaType></physicalDescription><accessCondition type="restrictionOnAccess">no</accessCondition>
</relatedItem>
<originInfo><publisher>Springer</publisher><dateIssued encoding="w3cdtf">2017</dateIssued>
</originInfo>
<language><languageTerm authority="iso639-2b" type="code">eng</languageTerm>
</language>



<relatedItem type="host"><titleInfo><title>Formal Methods in System Design</title></titleInfo>
  <identifier type="MEDLINE">28490835</identifier>
  <identifier type="ISI">000399888900001</identifier><identifier type="doi">10.1007/s10703-016-0256-5</identifier>
<part><detail type="volume"><number>50</number></detail><detail type="issue"><number>2-3</number></detail><extent unit="pages">97 - 139</extent>
</part>
</relatedItem>
<relatedItem type="Supplementary material">
  <location>     <url>https://research-explorer.ista.ac.at/record/1729</url>  </location>
</relatedItem>

<extension>
<bibliographicCitation>
<ista>Cerny P, Clarke E, Henzinger TA, Radhakrishna A, Ryzhyk L, Samanta R, Tarrach T. 2017. From non-preemptive to preemptive scheduling using synchronization synthesis. Formal Methods in System Design. 50(2–3), 97–139.</ista>
<ama>Cerny P, Clarke E, Henzinger TA, et al. From non-preemptive to preemptive scheduling using synchronization synthesis. &lt;i&gt;Formal Methods in System Design&lt;/i&gt;. 2017;50(2-3):97-139. doi:&lt;a href=&quot;https://doi.org/10.1007/s10703-016-0256-5&quot;&gt;10.1007/s10703-016-0256-5&lt;/a&gt;</ama>
<apa>Cerny, P., Clarke, E., Henzinger, T. A., Radhakrishna, A., Ryzhyk, L., Samanta, R., &amp;#38; Tarrach, T. (2017). From non-preemptive to preemptive scheduling using synchronization synthesis. &lt;i&gt;Formal Methods in System Design&lt;/i&gt;. Springer. &lt;a href=&quot;https://doi.org/10.1007/s10703-016-0256-5&quot;&gt;https://doi.org/10.1007/s10703-016-0256-5&lt;/a&gt;</apa>
<short>P. Cerny, E. Clarke, T.A. Henzinger, A. Radhakrishna, L. Ryzhyk, R. Samanta, T. Tarrach, Formal Methods in System Design 50 (2017) 97–139.</short>
<ieee>P. Cerny &lt;i&gt;et al.&lt;/i&gt;, “From non-preemptive to preemptive scheduling using synchronization synthesis,” &lt;i&gt;Formal Methods in System Design&lt;/i&gt;, vol. 50, no. 2–3. Springer, pp. 97–139, 2017.</ieee>
<mla>Cerny, Pavol, et al. “From Non-Preemptive to Preemptive Scheduling Using Synchronization Synthesis.” &lt;i&gt;Formal Methods in System Design&lt;/i&gt;, vol. 50, no. 2–3, Springer, 2017, pp. 97–139, doi:&lt;a href=&quot;https://doi.org/10.1007/s10703-016-0256-5&quot;&gt;10.1007/s10703-016-0256-5&lt;/a&gt;.</mla>
<chicago>Cerny, Pavol, Edmund Clarke, Thomas A Henzinger, Arjun Radhakrishna, Leonid Ryzhyk, Roopsha Samanta, and Thorsten Tarrach. “From Non-Preemptive to Preemptive Scheduling Using Synchronization Synthesis.” &lt;i&gt;Formal Methods in System Design&lt;/i&gt;. Springer, 2017. &lt;a href=&quot;https://doi.org/10.1007/s10703-016-0256-5&quot;&gt;https://doi.org/10.1007/s10703-016-0256-5&lt;/a&gt;.</chicago>
</bibliographicCitation>
</extension>
<recordInfo><recordIdentifier>1338</recordIdentifier><recordCreationDate encoding="w3cdtf">2018-12-11T11:51:27Z</recordCreationDate><recordChangeDate encoding="w3cdtf">2025-09-23T08:54:01Z</recordChangeDate>
</recordInfo>
</mods>
</modsCollection>
