Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gaurav Parthasarathy
examples_rdcss_old
Commits
0a4a0da7
Commit
0a4a0da7
authored
Aug 27, 2016
by
Zhen Zhang
Browse files
Modify module
parent
bf584746
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
0a4a0da7
...
...
@@ -9,4 +9,4 @@
*~
*.bak
.coq-native/
Makefile
.coq
Makefile
*
_CoqProject
View file @
0a4a0da7
-Q .
iris
-Q .
flatcomb
incr.v
sync.v
pair_cas.v
incr.v
View file @
0a4a0da7
...
...
@@ -2,8 +2,9 @@ From iris.program_logic Require Export weakestpre.
From
iris
.
heap_lang
Require
Export
lang
.
From
iris
.
proofmode
Require
Import
invariants
tactics
.
From
iris
.
heap_lang
Require
Import
proofmode
notation
.
From
iris
.
tests
Require
Import
atomic
sync
.
From
iris
.
tests
Require
Import
atomic
.
From
iris
.
heap_lang
Require
Import
spin_lock
.
From
flatcomb
Require
Import
sync
.
Section
sync_incr
.
Context
`
{!
heapG
Σ
,
!
lockG
Σ
}
(
N
:
namespace
).
...
...
pair_cas.v
View file @
0a4a0da7
...
...
@@ -4,7 +4,7 @@ From iris.heap_lang Require Export lang.
From
iris
.
heap_lang
Require
Import
proofmode
notation
.
From
iris
.
heap_lang
.
lib
Require
Import
spin_lock
.
From
iris
.
algebra
Require
Import
excl
.
From
iris
.
tests
Require
Import
sync
.
From
flatcomb
Require
Import
sync
.
Import
uPred
.
(* CAS, load and store to pair of locations *)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment