- Timestamp:
- May 7, 2023, 12:35:20 PM (22 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- ab2b352
- Parents:
- a32a887
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/src/concurrency/channel.hfa ¶
ra32a887 rd5187a0 308 308 /////////////////////////////////////////////////////////////////////////////////////////// 309 309 static inline bool unregister_chan( channel(T) & chan, select_node & node ) with(chan) { 310 if ( !node`isListed && !node.park_counter ) return false; // handle special OR case310 // if ( !node`isListed && !node.park_counter ) return false; // handle special OR case 311 311 lock( mutex_lock ); 312 312 if ( node`isListed ) { // op wasn't performed
Note: See TracChangeset
for help on using the changeset viewer.