summaryrefslogtreecommitdiffstats
path: root/spec/rtems/userext/if/task-exitted.yml
blob: 80c631a386bab5bf6626abf8aaace094c689f0bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Task exitted extensions are invoked when a task entry returns.
copyrights:
- Copyright (C) 2009, 2021 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: ${/score/userext/if/thread-exitted:/name} ${.:/name}
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: typedef
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
- role: constraint
  uid: /constraint/thread-dispatching-enabled
name: rtems_task_exitted_extension
notes: |
  The task exitted extensions are invoked in
  ${/glossary/extension-forward-order:/term}.
params:
- description: |
    is the ${/glossary/tcb:/term} of the executing thread.
  dir: null
  name: executing
return: null
type: interface