Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PROSA - Formally Proven Schedulability Analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
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
RT-PROOFS
PROSA - Formally Proven Schedulability Analysis
Commits
4eeed561
Commit
4eeed561
authored
2 years ago
by
Pierre Roux
Committed by
Björn Brandenburg
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove jitter readiness Global Instance
parent
88c38752
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!205
Make instances of most type classes local
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
model/readiness/jitter.v
+5
-5
5 additions, 5 deletions
model/readiness/jitter.v
with
5 additions
and
5 deletions
model/readiness/jitter.v
+
5
−
5
View file @
4eeed561
From
mathcomp
Require
Export
ssreflect
ssrnat
ssrbool
eqtype
fintype
bigop
.
Require
Export
prosa
.
behavior
.
all
.
Require
Export
prosa
.
behavior
.
all
.
Require
Import
prosa
.
util
.
nat
.
...
...
@@ -35,10 +35,10 @@ Section ReadinessOfJitteryJobs.
(** Based on the predicate [is_released], it is easy to state the notion of
readiness for jobs subject to release jitter: a job is ready only if it
is released and not yet complete. *)
G
lo
b
al
P
rogram
Instance
jitter_ready_instance
:
JobReady
Job
PState
:=
{
job_ready
sched
j
t
:=
is_released
j
t
&&
~~
completed_by
sched
j
t
}
.
#[
lo
c
al
,
p
rogram
]
Instance
jitter_ready_instance
:
JobReady
Job
PState
:=
{
job_ready
sched
j
t
:=
is_released
j
t
&&
~~
completed_by
sched
j
t
}
.
Next
Obligation
.
move
:
H2
=>
/
andP
[
REL
UNFINISHED
]
.
rewrite
/
pending
.
apply
/
andP
.
split
=>
//.
...
...
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