Changeset 4aa2fb2 for src/libcfa/concurrency/monitor
- Timestamp:
- Jun 16, 2017, 9:07:21 PM (8 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:
- 42b0d73
- Parents:
- 667c7da
- File:
- 
      - 1 edited
 
 - 
          
  src/libcfa/concurrency/monitor (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/libcfa/concurrency/monitorr667c7da r4aa2fb2 26 26 static inline void ?{}(monitor_desc * this) { 27 27 this->owner = NULL; 28 28 this->stack_owner = NULL; 29 29 this->recursion = 0; 30 30 } … … 33 33 monitor_desc ** m; 34 34 int count; 35 36 35 monitor_desc ** prev_mntrs; 36 unsigned short prev_count; 37 37 }; 38 38 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  