summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/if
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/task/if')
-rw-r--r--spec/rtems/task/if/construct.yml1
-rw-r--r--spec/rtems/task/if/create.yml1
-rw-r--r--spec/rtems/task/if/delete.yml1
-rw-r--r--spec/rtems/task/if/exit.yml1
-rw-r--r--spec/rtems/task/if/get-affinity.yml1
-rw-r--r--spec/rtems/task/if/get-priority.yml1
-rw-r--r--spec/rtems/task/if/get-scheduler.yml1
-rw-r--r--spec/rtems/task/if/ident.yml1
-rw-r--r--spec/rtems/task/if/is-suspended.yml1
-rw-r--r--spec/rtems/task/if/iterate.yml1
-rw-r--r--spec/rtems/task/if/mode.yml1
-rw-r--r--spec/rtems/task/if/restart.yml1
-rw-r--r--spec/rtems/task/if/resume.yml1
-rw-r--r--spec/rtems/task/if/self.yml1
-rw-r--r--spec/rtems/task/if/set-affinity.yml1
-rw-r--r--spec/rtems/task/if/set-priority.yml1
-rw-r--r--spec/rtems/task/if/set-scheduler.yml1
-rw-r--r--spec/rtems/task/if/start.yml1
-rw-r--r--spec/rtems/task/if/suspend.yml1
-rw-r--r--spec/rtems/task/if/wake-after.yml1
-rw-r--r--spec/rtems/task/if/wake-when.yml1
21 files changed, 21 insertions, 0 deletions
diff --git a/spec/rtems/task/if/construct.yml b/spec/rtems/task/if/construct.yml
index 211150c1..661d27a1 100644
--- a/spec/rtems/task/if/construct.yml
+++ b/spec/rtems/task/if/construct.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
default:
+ attributes: null
body: null
params:
- const ${config:/name} *${.:/params[0]/name}
diff --git a/spec/rtems/task/if/create.yml b/spec/rtems/task/if/create.yml
index 7a4d4a9c..1ff4dda3 100644
--- a/spec/rtems/task/if/create.yml
+++ b/spec/rtems/task/if/create.yml
@@ -6,6 +6,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/name:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/delete.yml b/spec/rtems/task/if/delete.yml
index c9198fa4..b0df6a99 100644
--- a/spec/rtems/task/if/delete.yml
+++ b/spec/rtems/task/if/delete.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/id:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/exit.yml b/spec/rtems/task/if/exit.yml
index cf5b1c71..d0ac87bd 100644
--- a/spec/rtems/task/if/exit.yml
+++ b/spec/rtems/task/if/exit.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: ${../../basedefs/if/no-return:/name} void
diff --git a/spec/rtems/task/if/get-affinity.yml b/spec/rtems/task/if/get-affinity.yml
index 5cc80f2e..06476ae8 100644
--- a/spec/rtems/task/if/get-affinity.yml
+++ b/spec/rtems/task/if/get-affinity.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/id:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/get-priority.yml b/spec/rtems/task/if/get-priority.yml
index 07315278..43cdc7e4 100644
--- a/spec/rtems/task/if/get-priority.yml
+++ b/spec/rtems/task/if/get-priority.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/id:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/get-scheduler.yml b/spec/rtems/task/if/get-scheduler.yml
index cc8e1812..63be27e4 100644
--- a/spec/rtems/task/if/get-scheduler.yml
+++ b/spec/rtems/task/if/get-scheduler.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/id:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/ident.yml b/spec/rtems/task/if/ident.yml
index f41d002a..905e2f23 100644
--- a/spec/rtems/task/if/ident.yml
+++ b/spec/rtems/task/if/ident.yml
@@ -6,6 +6,7 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/name:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/is-suspended.yml b/spec/rtems/task/if/is-suspended.yml
index a4f25c51..b7835cf4 100644
--- a/spec/rtems/task/if/is-suspended.yml
+++ b/spec/rtems/task/if/is-suspended.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/id:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/iterate.yml b/spec/rtems/task/if/iterate.yml
index 1bea19cd..40efa094 100644
--- a/spec/rtems/task/if/iterate.yml
+++ b/spec/rtems/task/if/iterate.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${visitor:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/mode.yml b/spec/rtems/task/if/mode.yml
index aa66fae2..03874b32 100644
--- a/spec/rtems/task/if/mode.yml
+++ b/spec/rtems/task/if/mode.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../mode/if/mode:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/restart.yml b/spec/rtems/task/if/restart.yml
index 61005c37..5a174ba3 100644
--- a/spec/rtems/task/if/restart.yml
+++ b/spec/rtems/task/if/restart.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/id:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/resume.yml b/spec/rtems/task/if/resume.yml
index 6fd05256..5bc4077f 100644
--- a/spec/rtems/task/if/resume.yml
+++ b/spec/rtems/task/if/resume.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/id:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/self.yml b/spec/rtems/task/if/self.yml
index 21c4fe78..0542ed43 100644
--- a/spec/rtems/task/if/self.yml
+++ b/spec/rtems/task/if/self.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params: []
return: ${../../type/if/id:/name}
diff --git a/spec/rtems/task/if/set-affinity.yml b/spec/rtems/task/if/set-affinity.yml
index ba52c5e3..d0457a46 100644
--- a/spec/rtems/task/if/set-affinity.yml
+++ b/spec/rtems/task/if/set-affinity.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/id:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/set-priority.yml b/spec/rtems/task/if/set-priority.yml
index 296259b0..ec50798e 100644
--- a/spec/rtems/task/if/set-priority.yml
+++ b/spec/rtems/task/if/set-priority.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/id:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/set-scheduler.yml b/spec/rtems/task/if/set-scheduler.yml
index 2be03e0a..478285ea 100644
--- a/spec/rtems/task/if/set-scheduler.yml
+++ b/spec/rtems/task/if/set-scheduler.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/id:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/start.yml b/spec/rtems/task/if/start.yml
index 88dac4c6..75ad2d26 100644
--- a/spec/rtems/task/if/start.yml
+++ b/spec/rtems/task/if/start.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/id:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/suspend.yml b/spec/rtems/task/if/suspend.yml
index ec9ca7c1..1870f7fd 100644
--- a/spec/rtems/task/if/suspend.yml
+++ b/spec/rtems/task/if/suspend.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/id:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/wake-after.yml b/spec/rtems/task/if/wake-after.yml
index 7176cfcb..4e2b0f74 100644
--- a/spec/rtems/task/if/wake-after.yml
+++ b/spec/rtems/task/if/wake-after.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/interval:/name} ${.:/params[0]/name}
diff --git a/spec/rtems/task/if/wake-when.yml b/spec/rtems/task/if/wake-when.yml
index e7f91241..da7dfb50 100644
--- a/spec/rtems/task/if/wake-when.yml
+++ b/spec/rtems/task/if/wake-when.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
definition:
default:
+ attributes: null
body: null
params:
- ${../../type/if/time-of-day:/name} *${.:/params[0]/name}