Searched refs:ResultPositive (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/kmtests/ntos_ex/ |
H A D | ExInterlocked.c | 342 …CheckInterlockedOpNoArg(ExInterlockedIncrementLong, LONG, "%ld", 0L, 1L, (LONG)ResultPositive, pSp… in TestInterlockedFunctional() 346 …CheckInterlockedOpNoArg((ExInterlockedIncrementLong), LONG, "%ld", 0L, 1L, (LONG)ResultPositive, p… in TestInterlockedFunctional() 350 …CheckInterlockedOpNoArg(Exi386InterlockedIncrementLong, LONG, "%ld", 0L, 1L, (LONG)ResultPositive); in TestInterlockedFunctional() 363 …erlockedDecrementLong, LONG, "%ld", (LONG)MINLONG, (LONG)MAXLONG, (LONG)ResultPositive, pSpinLock); in TestInterlockedFunctional() 366 …CheckInterlockedOpNoArg(ExInterlockedDecrementLong, LONG, "%ld", 2L, 1L, (LONG)ResultPositive, pSp… in TestInterlockedFunctional() 367 …rlockedDecrementLong), LONG, "%ld", (LONG)MINLONG, (LONG)MAXLONG, (LONG)ResultPositive, pSpinLock); in TestInterlockedFunctional() 370 …CheckInterlockedOpNoArg((ExInterlockedDecrementLong), LONG, "%ld", 2L, 1L, (LONG)ResultPositive, p… in TestInterlockedFunctional() 371 …g(Exi386InterlockedDecrementLong, LONG, "%ld", (LONG)MINLONG, (LONG)MAXLONG, (LONG)ResultPositive); in TestInterlockedFunctional() 374 …CheckInterlockedOpNoArg(Exi386InterlockedDecrementLong, LONG, "%ld", 2L, 1L, (LONG)ResultPositive); in TestInterlockedFunctional()
|
/reactos/ntoskrnl/ex/ |
H A D | interlocked.c | 261 (Result > 0) ? ResultPositive : in ExInterlockedIncrementLong() 275 (Result > 0) ? ResultPositive : in ExInterlockedDecrementLong() 466 (Result > 0) ? ResultPositive : in Exi386InterlockedIncrementLong() 479 (Result > 0) ? ResultPositive : in Exfi386InterlockedIncrementLong() 492 (Result > 0) ? ResultPositive : in Exi386InterlockedDecrementLong() 505 (Result > 0) ? ResultPositive : in Exfi386InterlockedDecrementLong()
|
/reactos/sdk/include/xdk/ |
H A D | exfuncs.h | 361 ResultPositive = RESULT_POSITIVE enumerator
|