OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TraceAcquire
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.h
699
ALWAYS_INLINE WARN_UNUSED_RESULT bool
TraceAcquire
(ThreadState *thr,
737
if (!
TraceAcquire
(thr, &evp)) {
739
UNUSED bool res =
TraceAcquire
(thr, &evp);
751
if (UNLIKELY(!
TraceAcquire
(thr, &ev)))
tsan_rtl.cpp
923
// The fast-path check in
TraceAcquire
has false positives in the middle of
1006
// Callers of TraceSwitchPart expect that
TraceAcquire
will always succeed
1009
// and the next
TraceAcquire
won't succeed. Skip the gap to avoid that.
1011
if (!
TraceAcquire
(thr, &ev)) {
1013
CHECK(
TraceAcquire
(thr, &ev));
tsan_rtl_access.cpp
25
if (UNLIKELY(!
TraceAcquire
(thr, &ev)))
62
if (UNLIKELY(!
TraceAcquire
(thr, &ev)))
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.h
678
ALWAYS_INLINE WARN_UNUSED_RESULT bool
TraceAcquire
(ThreadState *thr,
713
if (!
TraceAcquire
(thr, &evp)) {
715
UNUSED bool res =
TraceAcquire
(thr, &evp);
727
if (UNLIKELY(!
TraceAcquire
(thr, &ev)))
tsan_rtl_access.cpp
27
if (UNLIKELY(!
TraceAcquire
(thr, &ev)))
62
if (UNLIKELY(!
TraceAcquire
(thr, &ev)))
tsan_rtl.cpp
585
// The fast-path check in
TraceAcquire
has false positives in the middle of
598
// Ensure we setup trace so that the next
TraceAcquire
601
CHECK(
TraceAcquire
(thr, &ev));
Completed in 21 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026