P99
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
c
d
e
f
i
l
m
n
r
s
t
w
Functions
c
e
f
i
n
r
Variables
Typedefs
Related Functions
Files
File List
Globals
All
0
1
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
i
j
l
m
n
p
r
s
t
u
v
w
Variables
Typedefs
_
b
c
d
e
f
i
l
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Macros
0
1
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
p99_count
p99_count_dec
p99_count_inc
p99_count_inc_conditionally
p99_count_value
p99_count_wait
◆
p99_count_inc
#define p99_count_inc
(
p99_count
volatile *
p00_c
,
unsigned
p00_hm
)
P99_CALL_DEFARG
(p99_count_inc, 2, __VA_ARGS__)
related
increment the counter
counter
atomically by
p00_hm
.
Returns
the value of the counter before the increment.
Remarks
p00_hm
defaults to 1 if omitted.
p99_count_inc is actually implemented as a macro that helps to provide default arguments to the real function.
See also
P99_CALL_DEFARG
P99_DECLARE_DEFARG
Definition at line
85
of file
p99_count.h
.
Generated by
1.8.17