Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Vedant Chavda
PROSA - Formally Proven Schedulability Analysis
Commits
1b7dd375
Commit
1b7dd375
authored
Nov 25, 2019
by
Björn Brandenburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary Require statements in model.task.preemption
parent
0089c2ce
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
10 deletions
+0
-10
restructuring/model/task/preemption/floating_nonpreemptive.v
restructuring/model/task/preemption/floating_nonpreemptive.v
+0
-2
restructuring/model/task/preemption/fully_nonpreemptive.v
restructuring/model/task/preemption/fully_nonpreemptive.v
+0
-5
restructuring/model/task/preemption/fully_preemptive.v
restructuring/model/task/preemption/fully_preemptive.v
+0
-2
restructuring/model/task/preemption/limited_preemptive.v
restructuring/model/task/preemption/limited_preemptive.v
+0
-1
No files found.
restructuring/model/task/preemption/floating_nonpreemptive.v
View file @
1b7dd375
Require
Import
rt
.
restructuring
.
model
.
preemption
.
limited_preemptive
.
Require
Import
rt
.
restructuring
.
model
.
preemption
.
limited_preemptive
.
Require
Export
rt
.
restructuring
.
model
.
task
.
preemption
.
parameters
.
Require
Export
rt
.
restructuring
.
model
.
task
.
preemption
.
parameters
.
From
mathcomp
Require
Import
ssreflect
ssrbool
ssrfun
eqtype
ssrnat
seq
fintype
bigop
.
(** * Platform for Models with Floating Non-Preemptive Regions *)
(** * Platform for Models with Floating Non-Preemptive Regions *)
(** In this section, we introduce a set of requirements for function
(** In this section, we introduce a set of requirements for function
[task_max_nonpr_segment], so it is coherent with model with
[task_max_nonpr_segment], so it is coherent with model with
...
...
restructuring/model/task/preemption/fully_nonpreemptive.v
View file @
1b7dd375
Require
Export
rt
.
restructuring
.
model
.
task
.
preemption
.
parameters
.
Require
Export
rt
.
restructuring
.
model
.
task
.
preemption
.
parameters
.
From
mathcomp
Require
Import
ssreflect
ssrbool
ssrfun
eqtype
ssrnat
seq
fintype
bigop
.
(** * Platform for Fully Non-Preemptive Model *)
(** * Platform for Fully Non-Preemptive Model *)
(** In this section, we instantiate function
(** In this section, we instantiate function
[task_max_nonpreemptive_segment] for the fully non-preemptive
[task_max_nonpreemptive_segment] for the fully non-preemptive
...
@@ -22,9 +20,6 @@ Section FullyNonPreemptiveModel.
...
@@ -22,9 +20,6 @@ Section FullyNonPreemptiveModel.
End
FullyNonPreemptiveModel
.
End
FullyNonPreemptiveModel
.
From
mathcomp
Require
Import
ssreflect
ssrbool
ssrfun
eqtype
ssrnat
seq
fintype
bigop
.
(** * Task's Run to Completion Threshold *)
(** * Task's Run to Completion Threshold *)
(** In this section, we instantiate function [task run to completion
(** In this section, we instantiate function [task run to completion
threshold] for the fully non-preemptive model. *)
threshold] for the fully non-preemptive model. *)
...
...
restructuring/model/task/preemption/fully_preemptive.v
View file @
1b7dd375
...
@@ -17,8 +17,6 @@ Section FullyPreemptiveModel.
...
@@ -17,8 +17,6 @@ Section FullyPreemptiveModel.
End
FullyPreemptiveModel
.
End
FullyPreemptiveModel
.
Require
Export
rt
.
restructuring
.
model
.
task
.
preemption
.
parameters
.
(** * Task's Run to Completion Threshold *)
(** * Task's Run to Completion Threshold *)
(** In this section, we instantiate function [task run to completion
(** In this section, we instantiate function [task run to completion
threshold] for the fully preemptive model. *)
threshold] for the fully preemptive model. *)
...
...
restructuring/model/task/preemption/limited_preemptive.v
View file @
1b7dd375
Require
Export
rt
.
restructuring
.
model
.
task
.
preemption
.
parameters
.
Require
Export
rt
.
restructuring
.
model
.
task
.
preemption
.
parameters
.
Require
Import
rt
.
restructuring
.
model
.
preemption
.
limited_preemptive
.
Require
Import
rt
.
restructuring
.
model
.
preemption
.
limited_preemptive
.
From
mathcomp
Require
Import
ssreflect
ssrbool
ssrfun
eqtype
ssrnat
seq
fintype
bigop
.
(** * Platform for Models with Limited Preemptions *)
(** * Platform for Models with Limited Preemptions *)
(** In this section, we introduce a set of requirements for function
(** In this section, we introduce a set of requirements for function
...
...
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