In reply to vlsique:
In reply to chris_le:
I mean two process one is write sequence and other is read sequence ,read sequence is waiting for write sequence to complete, or any events defined in write sequence , read sequence is waiting for any event to trigger defined in write sequence
How we will synchronize it ?
In general how to synchronize sequences in testcase ?
If you have to implement exclusive access you have to spend effort to guarantee this. One approach is to use semaphores.