Changes in tests/concurrent/preempt.cfa [c701332a:107b01a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/preempt.cfa
rc701332a r107b01a 36 36 if( (counter % 7) == this.value ) { 37 37 __cfaabi_check_preemption(); 38 int next = __atomic_add_fetch ( &counter, 1, __ATOMIC_SEQ_CST);38 int next = __atomic_add_fetch_4(&counter, 1, __ATOMIC_SEQ_CST); 39 39 __cfaabi_check_preemption(); 40 40 if( (next % 100) == 0 ) printf("%d\n", (int)next);
Note: See TracChangeset
for help on using the changeset viewer.