Changeset 4cc9b13 for src/libcfa/concurrency/invoke.h
- Timestamp:
- Sep 25, 2017, 11:34:18 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 596bc0a
- Parents:
- e2f7bc3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.h
re2f7bc3 r4cc9b13 125 125 126 126 static inline bool ?==?( const __monitor_group_t & lhs, const __monitor_group_t & rhs ) { 127 if( (lhs.list != 0) != (rhs.list != 0) ) return false; 127 128 if( lhs.size != rhs.size ) return false; 128 129 if( lhs.func != rhs.func ) return false;
Note: See TracChangeset
for help on using the changeset viewer.