Searched refs:COMPILER_RT_BOOL_CMPXCHG (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h70 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
77 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
85 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
92 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ macro
H A DInstrProfilingValue.c116 if (!COMPILER_RT_BOOL_CMPXCHG(&Data->Values, 0, Mem)) {
231 COMPILER_RT_BOOL_CMPXCHG(&ValueCounters[CounterIndex], 0, CurVNode);
233 Success = COMPILER_RT_BOOL_CMPXCHG(&(PrevVNode->Next), 0, CurVNode);

Completed in 55 milliseconds