m_example_mutex_rt_initial.od 411 B

1234567891011121314151617181920212223242526
  1. general_1_s:PNPlaceState {
  2. numTokens = 1;
  3. }
  4. general_2_s:PNPlaceState {
  5. numTokens = 1;
  6. }
  7. critical_1_s:PNPlaceState {
  8. numTokens = 0;
  9. }
  10. critical_2_s:PNPlaceState {
  11. numTokens = 0;
  12. }
  13. semaphore_s:PNPlaceState {
  14. numTokens = 1;
  15. }
  16. :pn_of (general_1_s -> general_1)
  17. :pn_of (general_2_s -> general_2)
  18. :pn_of (critical_1_s -> critical_1)
  19. :pn_of (critical_2_s -> critical_2)
  20. :pn_of (semaphore_s -> semaphore)