Changeset 9b443c7f for src/examples
- Timestamp:
- Mar 15, 2017, 5:02:25 PM (9 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:
- f2e40a9f
- Parents:
- 5a3ac84 (diff), 29f44a74 (diff)
 Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
 Use the(diff)links above to see all the changes relative to each parent.
- File:
- 
      - 1 edited
 
 - 
          
  src/examples/multicore.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/examples/multicore.cr5a3ac84 r9b443c7f 1 1 #include <kernel> 2 #include <thread s>2 #include <thread> 3 3 4 struct MyThread { thread t; };4 struct MyThread { thread_desc t; }; 5 5 6 6 DECL_THREAD(MyThread); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  