Search found 1 match

by faiez
Wed Jun 24, 2020 11:47 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: how to make a mutual exclusion with OIL
Replies: 1
Views: 18752

how to make a mutual exclusion with OIL

Hello, I am trying to implement a mutual exclusion with OIL , i read that i have to use RESOURCE and its predefined APIs (DeclareResource(); GetResource(); ReleaseResource(); ) to protect critical sections. i have declared my resource as follow : conf.oil file : RESOURCE mymutex { RESOURCEPROPERTY =...