Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
lambda-rust
Commits
1b16dbbe
There was a problem fetching the pipeline summary.
Commit
1b16dbbe
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
refine comments
parent
4a90389f
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/typing/lib/rwlock/rwlockreadguard.v
+3
-3
3 additions, 3 deletions
theories/typing/lib/rwlock/rwlockreadguard.v
theories/typing/lib/rwlock/rwlockwriteguard.v
+3
-3
3 additions, 3 deletions
theories/typing/lib/rwlock/rwlockwriteguard.v
with
6 additions
and
6 deletions
theories/typing/lib/rwlock/rwlockreadguard.v
+
3
−
3
View file @
1b16dbbe
...
...
@@ -119,9 +119,9 @@ Section rwlockreadguard.
move
=>?????
/=.
apply
uPred
.
exist_mono
=>?
.
by
rewrite
sync_change_tid
.
Qed
.
(* P
robably for reasons related to the underlying representation,
Rust does not implement Send for RwLockWriteGuard. We could
prove
this. *)
(* P
OSIX requires the unlock to occur from the thread that acquired
the lock, so
Rust does not implement Send for RwLockWriteGuard. We could
prove
this. *)
End
rwlockreadguard
.
Hint
Resolve
rwlockreadguard_mono'
rwlockreadguard_proper'
:
lrust_typing
.
This diff is collapsed.
Click to expand it.
theories/typing/lib/rwlock/rwlockwriteguard.v
+
3
−
3
View file @
1b16dbbe
...
...
@@ -123,9 +123,9 @@ Section rwlockwriteguard.
by
rewrite
sync_change_tid
.
Qed
.
(* P
robably for reasons related to the underlying representation,
Rust does not implement Send for RwLockWriteGuard. We could
prove
this. *)
(* P
OSIX requires the unlock to occur from the thread that acquired
the lock, so
Rust does not implement Send for RwLockWriteGuard. We could
prove
this. *)
End
rwlockwriteguard
.
Hint
Resolve
rwlockwriteguard_mono'
rwlockwriteguard_proper'
:
lrust_typing
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment