- File:
-
- 1 edited
-
tests/concurrent/multi-monitor.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/multi-monitor.cfa
r3381ed7 rfd54fef 38 38 } 39 39 40 forall( dtype T| sized(T) | { void ^?{}(T & mutex); })40 forall(T & | sized(T) | { void ^?{}(T & mutex); }) 41 41 void delete_mutex(T * x) { 42 42 ^(*x){};
Note:
See TracChangeset
for help on using the changeset viewer.