Pinning
Merge request reports
Activity
added 9 commits
-
5e98ba73...85369545 - 8 commits from branch
master
- e752022e - Add pinning to model of types
-
5e98ba73...85369545 - 8 commits from branch
- Resolved by Michael Sammler
- Resolved by Michael Sammler
- Resolved by Michael Sammler
mentioned in merge request stdpp!235 (merged)
added 4 commits
-
879a2f95...8c43dc46 - 2 commits from branch
master
- c961dd7b - Update iris dependency
- 7cdcc351 - Add pinning to model of types
-
879a2f95...8c43dc46 - 2 commits from branch
added 2 commits
- Resolved by Ralf Jung
18 18 Definition shrN := lrustN .@ "shr". 19 19 20 20 Definition thread_id := na_inv_pool_name. 21 Inductive pin_state := | Pinned | NotPinned. 22 23 Lemma match_pin_state {A} ps (P : A): 24 match ps with | Pinned | _ => P end = P. 25 Proof. by destruct ps. Qed. - Resolved by Ralf Jung
Please register or sign in to reply