Changeset 00b046f for libcfa/src
- Timestamp:
- Jul 3, 2023, 1:12:31 PM (2 years ago)
- Branches:
- master
- Children:
- 70f97c8
- Parents:
- a2f1ea8d
- File:
- 
      - 1 edited
 
 - 
          
  libcfa/src/concurrency/channel.hfa (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      libcfa/src/concurrency/channel.hfara2f1ea8d r00b046f 340 340 unlock( mutex_lock ); 341 341 342 // only return true when not special OR case , not exceptional calseand status is SAT343 return ( node.extra == 0p || !node.park_counter )? false : *node.clause_status == __SELECT_SAT;342 // only return true when not special OR case and status is SAT 343 return !node.park_counter ? false : *node.clause_status == __SELECT_SAT; 344 344 } 345 345 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  