Changeset 0aaac0e for src/tests/boundedBuffer.c
- Timestamp:
- Oct 12, 2017, 3:15:32 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:
- b6b3c42, fb31cb8
- Parents:
- 3364962 (diff), b10c621c (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/tests/boundedBuffer.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/boundedBuffer.c
r3364962 r0aaac0e 67 67 } 68 68 69 forall(dtype T | sized(T) | { void ^?{}(T & mutex); })70 void delete( T * th ) {71 ^(*th){};72 free( th );73 }74 75 69 int main() { 76 70 Buffer buffer;
Note:
See TracChangeset
for help on using the changeset viewer.