source: rtems-central/spec/rtems/barrier/if/create.yml @ d3edaca

Last change on this file since d3edaca was d3edaca, checked in by Sebastian Huber <sebastian.huber@…>, on 10/12/20 at 13:07:38

spec: Add function attributes

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[e27600e]1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2brief: '%'
3copyrights:
4- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
5- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
6definition:
7  default:
[d3edaca]8    attributes: null
[e27600e]9    body: null
10    params:
[3bdf817]11    - ${../../type/if/name:/name} ${.:/params[0]/name}
12    - ${../../attr/if/attribute:/name} ${.:/params[1]/name}
13    - ${/c/if/uint32_t:/name} ${.:/params[2]/name}
14    - ${../../type/if/id:/name} *${.:/params[3]/name}
15    return: ${../../status/if/code:/name}
[e27600e]16  variants: []
17description: null
18enabled-by: true
[5f97799]19index-entries: []
[e27600e]20interface-type: function
21links:
22- role: interface-placement
23  uid: header
24- role: interface-ingroup
[cead53e]25  uid: group
[e27600e]26name: rtems_barrier_create
27notes: null
28params:
29- description: '%'
30  dir: null
31  name: name
32- description: '%'
33  dir: null
34  name: attribute_set
35- description: '%'
36  dir: null
37  name: maximum_waiters
38- description: '%'
39  dir: null
40  name: id
41return:
42  return: null
43  return-values: []
44type: interface
Note: See TracBrowser for help on using the repository browser.