OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_InterlockedExchangeAdd
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/include/internal/
tsan_assist.h
94
# define
_InterlockedExchangeAdd
_InterlockedExchangeAdd_nf
113
# pragma intrinsic(
_InterlockedExchangeAdd
)
117
:
_InterlockedExchangeAdd
((ptr), 1))
119
:
_InterlockedExchangeAdd
((ptr), -1))
121
# define tsan_counter(ptr)
_InterlockedExchangeAdd
((ptr), 1)
122
# define tsan_decr(ptr)
_InterlockedExchangeAdd
((ptr), -1)
refcount.h
83
*ret =
_InterlockedExchangeAdd
((void *)val, 1) + 1;
90
*ret =
_InterlockedExchangeAdd
((void *)val, -1) - 1;
123
# pragma intrinsic(
_InterlockedExchangeAdd
)
126
extern long __cdecl
_InterlockedExchangeAdd
(long volatile*, long);
130
# define
_InterlockedExchangeAdd
InterlockedExchangeAdd
137
*ret =
_InterlockedExchangeAdd
((long volatile *)val, 1) + 1;
144
*ret =
_InterlockedExchangeAdd
((long volatile *)val, -1) - 1;
/src/crypto/external/bsd/openssl.old/dist/include/internal/
refcount.h
103
# pragma intrinsic(
_InterlockedExchangeAdd
)
106
extern long __cdecl
_InterlockedExchangeAdd
(long volatile*, long);
110
# define
_InterlockedExchangeAdd
InterlockedExchangeAdd
116
*ret =
_InterlockedExchangeAdd
(val, 1) + 1;
122
*ret =
_InterlockedExchangeAdd
(val, -1) - 1;
tsan_assist.h
94
# define
_InterlockedExchangeAdd
_InterlockedExchangeAdd_nf
113
# pragma intrinsic(
_InterlockedExchangeAdd
)
117
:
_InterlockedExchangeAdd
((ptr), 1))
119
:
_InterlockedExchangeAdd
((ptr), -1))
121
# define tsan_counter(ptr)
_InterlockedExchangeAdd
((ptr), 1)
122
# define tsan_decr(ptr)
_InterlockedExchangeAdd
((ptr), -1)
/src/crypto/external/apache2/openssl/dist/include/internal/
tsan_assist.h
95
#define
_InterlockedExchangeAdd
_InterlockedExchangeAdd_nf
114
#pragma intrinsic(
_InterlockedExchangeAdd
)
118
:
_InterlockedExchangeAdd
((ptr), (n)))
120
#define tsan_add(ptr, n)
_InterlockedExchangeAdd
((ptr), (n))
refcount.h
114
*ret =
_InterlockedExchangeAdd
((void *)&refcnt->val, 1) + 1;
120
*ret =
_InterlockedExchangeAdd
((void *)&refcnt->val, -1) - 1;
126
*ret =
_InterlockedExchangeAdd
((void *)&refcnt->val, 0);
152
*ret =
_InterlockedExchangeAdd
(&refcnt->val, -1) - 1;
164
#pragma intrinsic(
_InterlockedExchangeAdd
)
167
extern long __cdecl
_InterlockedExchangeAdd
(long volatile *, long);
171
#define
_InterlockedExchangeAdd
InterlockedExchangeAdd
177
*ret =
_InterlockedExchangeAdd
(&refcnt->val, 1) + 1;
183
*ret =
_InterlockedExchangeAdd
(&refcnt->val, -1) - 1;
189
*ret =
_InterlockedExchangeAdd
(&refcnt->val, 0)
[
all
...]
Completed in 19 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026