Towards More Powerful and Flexible Synchronization Primitives

  • Authors:
  • Janusz Borkowski

  • Affiliations:
  • -

  • Venue:
  • PARELEC '00 Proceedings of the International Conference on Parallel Computing in Electrical Engineering
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

A new scheme for parallel process synchronization is presented. For expressing synchronization is presented. For expressing synchronization conditions and associated control flow in a process code an interrupt mechanism is used. As a result, a passive waiting can be easily avoided. Interrupts are triggered when a specified condition becomes true. The conditions can reflect the status of a parallel application. To define the application status processes assign values to 驴state驴 variables. The variables can be read by the conditions. Conditions encapsulate the code responsible for synchronization and they let a programmer to construct customized, application specific synchronization primitives.