summaryrefslogtreecommitdiffstats
path: root/spec/rtems/config/if/get-stack-allocate-for-idle-hook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/config/if/get-stack-allocate-for-idle-hook.yml')
-rw-r--r--spec/rtems/config/if/get-stack-allocate-for-idle-hook.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/spec/rtems/config/if/get-stack-allocate-for-idle-hook.yml b/spec/rtems/config/if/get-stack-allocate-for-idle-hook.yml
index 1ab43036..178bc721 100644
--- a/spec/rtems/config/if/get-stack-allocate-for-idle-hook.yml
+++ b/spec/rtems/config/if/get-stack-allocate-for-idle-hook.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Gets the thread stack allocator allocate hook used to allocate the stack of
+ Gets the task stack allocator allocate hook used to allocate the stack of
each ${/glossary/idletask:/term} configured for this application.
copyrights:
- Copyright (C) 2021 On-Line Applications Research Corporation (OAR)
@@ -20,13 +20,19 @@ links:
uid: header
- role: interface-ingroup
uid: group
+- role: constraint
+ uid: /constraint/directive-ctx-any
+- role: constraint
+ uid: /constraint/directive-no-preempt
name: rtems_configuration_get_stack_allocate_for_idle_hook
notes: |
- See ${/acfg/if/task-stack-allocator-for-idle:/name}.
+ The task stack allocator allocate hook for idle tasks is defined by the
+ ${/acfg/if/task-stack-allocator-for-idle:/name} application configuration
+ option.
params: []
return:
return: |
- Returns the thread stack allocator allocate hook used to allocate the stack
+ Returns the task stack allocator allocate hook used to allocate the stack
of each ${/glossary/idletask:/term} configured for this application.
return-values: []
type: interface