Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
KTLA Study
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
KTLA Study
Commits
138edf42
Commit
138edf42
authored
Feb 23, 2022
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
fff2b5e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
2READ
2READ
+2
-1
KBackery.tla
KBackery.tla
+2
-2
No files found.
2READ
View file @
138edf42
https://ilyasergey.net/CS6213/week-03-bft.html
A New Solution of Dijkstra's Concurrent Programming Problem
http://lamport.azurewebsites.net/pubs/pubs.html#bakery
Time, Clocks and the Ordering of Events in a Distributed System
http://lamport.azurewebsites.net/pubs/pubs.html#time-clocks
...
...
KBackery.tla
View file @
138edf42
...
...
@@ -58,7 +58,7 @@ CONSTANT N \* number of processes
\* Y: (t1,1)<(t2,2) ...
\* | ...
\* v ...
\* <CS ... <-
-
~ME(cs)
\* <CS ... <- ~ME(cs)
\*
\*
\* FIX: Introduce inentry[i] and before Lwait_jbehind wait for proc[j] to first
...
...
@@ -68,7 +68,7 @@ CONSTANT N \* number of processes
\* 4. Check wait[i]/wait[j] for race.
\* No variables are assigned in wait => there cannot be any race here.
--------
(*******
--algorithm KBackery
...
...
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