Changeset 1449d83 for src/tests/preempt_longrun/create.c
- Timestamp:
- Jan 31, 2018, 11:33:01 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:
- 0394c31
- Parents:
- 633a642
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/preempt_longrun/create.c
r633a642 r1449d83 14 14 thread worker_t {}; 15 15 16 void main(worker_t *this) {}16 void main(worker_t & this) {} 17 17 18 18 int main(int argc, char* argv[]) {
Note: See TracChangeset
for help on using the changeset viewer.