summaryrefslogtreecommitdiffstats
path: root/spec/rtems/config/if/get-stack-allocate-init-hook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/config/if/get-stack-allocate-init-hook.yml')
-rw-r--r--spec/rtems/config/if/get-stack-allocate-init-hook.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/spec/rtems/config/if/get-stack-allocate-init-hook.yml b/spec/rtems/config/if/get-stack-allocate-init-hook.yml
index 808d7ac4..9a9fc592 100644
--- a/spec/rtems/config/if/get-stack-allocate-init-hook.yml
+++ b/spec/rtems/config/if/get-stack-allocate-init-hook.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Gets the thread stack allocator initialization hook configured for this
+ Gets the task stack allocator initialization hook configured for this
application.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
@@ -22,13 +22,18 @@ links:
uid: group
- role: constraint
uid: /constraint/directive-not-pre-qualified
+- role: constraint
+ uid: /constraint/directive-ctx-any
+- role: constraint
+ uid: /constraint/directive-no-preempt
name: rtems_configuration_get_stack_allocate_init_hook
notes: |
- See ${/acfg/if/task-stack-allocator-init:/name}.
+ The task stack allocator initialization hook is defined by the
+ ${/acfg/if/task-stack-allocator-init:/name} application configuration option.
params: []
return:
return: |
- Returns the thread stack allocator initialization hook configured for this
+ Returns the task stack allocator initialization hook configured for this
application.
return-values: []
type: interface