git @ Cat's Eye Technologies Matchbox / master eg / basic-no-race.mbox
master

Tree @master (Download .tar.gz)

basic-no-race.mbox @masterraw · history · blame

DESC

; Basic example of a pair of programs which do not
; have a race condition, because they use atomic
; operations on their shared memory.
;

PROG 0
INC M0

PROG 1
INC M0