Changeset 9643b31
- Timestamp:
- May 3, 2017, 3:46:37 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:
- 42356f4
- Parents:
- b13fc10
- Location:
- src
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/thread.c
rb13fc10 r9643b31 40 40 this->next = NULL; 41 41 42 this->current_monitors = NULL;43 this->current_monitor_count = 0;42 this->current_monitors = &this->mon; 43 this->current_monitor_count = 1; 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.