194
194
195
195
// Function prototypes of annotations provided by the compiler-based sanitizer
196
196
// implementation.
197
- ABSL_INTERNAL_BEGIN_EXTERN_C
197
+ IRESEARCH_ABSL_INTERNAL_BEGIN_EXTERN_C
198
198
void AnnotateRWLockCreate (const char * file, int line,
199
199
const volatile void * lock);
200
200
void AnnotateRWLockCreateStatic (const char * file, int line,
@@ -212,7 +212,7 @@ void AnnotateBenignRaceSized(const char* file, int line,
212
212
const char * description);
213
213
void AnnotateThreadName (const char * file, int line, const char * name);
214
214
void AnnotateEnableRaceDetection (const char * file, int line, int enable);
215
- ABSL_INTERNAL_END_EXTERN_C
215
+ IRESEARCH_ABSL_INTERNAL_END_EXTERN_C
216
216
217
217
#else // IRESEARCH_ABSL_INTERNAL_RACE_ANNOTATIONS_ENABLED == 0
218
218
@@ -300,12 +300,12 @@ ABSL_INTERNAL_END_EXTERN_C
300
300
301
301
// Function prototypes of annotations provided by the compiler-based sanitizer
302
302
// implementation.
303
- ABSL_INTERNAL_BEGIN_EXTERN_C
303
+ IRESEARCH_ABSL_INTERNAL_BEGIN_EXTERN_C
304
304
void AnnotateIgnoreReadsBegin(const char * file, int line)
305
305
IRESEARCH_ABSL_INTERNAL_IGNORE_READS_BEGIN_ATTRIBUTE;
306
306
void AnnotateIgnoreReadsEnd (const char * file,
307
307
int line) IRESEARCH_ABSL_INTERNAL_IGNORE_READS_END_ATTRIBUTE;
308
- ABSL_INTERNAL_END_EXTERN_C
308
+ IRESEARCH_ABSL_INTERNAL_END_EXTERN_C
309
309
310
310
#elif defined(IRESEARCH_ABSL_INTERNAL_ANNOTALYSIS_ENABLED)
311
311
@@ -350,10 +350,10 @@ IRESEARCH_ABSL_INTERNAL_STATIC_INLINE void AbslInternalAnnotateIgnoreReadsEnd()
350
350
351
351
// Function prototypes of annotations provided by the compiler-based sanitizer
352
352
// implementation.
353
- ABSL_INTERNAL_BEGIN_EXTERN_C
353
+ IRESEARCH_ABSL_INTERNAL_BEGIN_EXTERN_C
354
354
void AnnotateIgnoreWritesBegin(const char * file, int line);
355
355
void AnnotateIgnoreWritesEnd (const char * file, int line);
356
- ABSL_INTERNAL_END_EXTERN_C
356
+ IRESEARCH_ABSL_INTERNAL_END_EXTERN_C
357
357
358
358
#else
359
359
@@ -421,10 +421,10 @@ IRESEARCH_ABSL_NAMESPACE_END
421
421
422
422
#ifdef __cplusplus
423
423
#ifdef IRESEARCH_ABSL_HAVE_THREAD_SANITIZER
424
- ABSL_INTERNAL_BEGIN_EXTERN_C
424
+ IRESEARCH_ABSL_INTERNAL_BEGIN_EXTERN_C
425
425
int RunningOnValgrind ();
426
426
double ValgrindSlowdown ();
427
- ABSL_INTERNAL_END_EXTERN_C
427
+ IRESEARCH_ABSL_INTERNAL_END_EXTERN_C
428
428
#else
429
429
namespace iresearch_absl {
430
430
IRESEARCH_ABSL_NAMESPACE_BEGIN
0 commit comments