- Timestamp:
- Dec 5, 2017, 2:16:53 PM (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:
- 65197c2
- Parents:
- 86ad276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/concurrent/preempt.c
r86ad276 r12d2dc8 24 24 if( (counter % 7) == this.value ) { 25 25 int next = __atomic_add_fetch_4(&counter, 1, __ATOMIC_SEQ_CST); 26 if( (next % 100) == 0 ) printf("%d\n", next);26 if( (next % 100) == 0 ) printf("%d\n", (int)next); 27 27 } 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.