Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
examples
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
examples
Commits
0a4a0da7
Commit
0a4a0da7
authored
Aug 27, 2016
by
Zhen Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify module
parent
bf584746
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
.gitignore
.gitignore
+1
-1
_CoqProject
_CoqProject
+1
-1
incr.v
incr.v
+2
-1
pair_cas.v
pair_cas.v
+1
-1
No files found.
.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