- File:
-
- 1 edited
-
tests/concurrent/signal/disjoint.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/signal/disjoint.cfa
r8a07213 raca0d2f 38 38 39 39 // Use a global struct because the order needs to match with Signaller thread 40 st ruct {40 static struct { 41 41 global_t mut; 42 42 global_data_t data;
Note:
See TracChangeset
for help on using the changeset viewer.