Changes between Version 20 and Version 21 of OpenMPTransformation
- Timestamp:
- 04/20/14 21:50:13 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenMPTransformation
v20 v21 118 118 * if the state value is -1: no-op 119 119 * if the state value is tid: set it to -1 120 * else: some other thread has some write to the variable which it hasn't flushed. Not exactly sure what is supposed to happen, but I think this is like a race condition120 * else: some other thread has some write to the variable which it hasn't flushed. But this thread has not done any writes to that variable (since it last flushed). This is a no-op. 121 121 122 122 Function
