OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.cc
249
dst->
tab_
= ctx->clock_alloc.Map(cached_idx_);
263
atomic_fetch_add(ref_ptr(dst->
tab_
), 1, memory_order_relaxed);
301
atomic_uint32_t *ref = ref_ptr(dst->
tab_
);
305
atomic_fetch_add(ref_ptr(dst->
tab_
), 1, memory_order_relaxed);
382
CHECK_EQ(
tab_
, 0);
393
tab_
= 0;
415
CHECK_EQ(
tab_
, 0);
418
tab_
= ctx->clock_alloc.Map(tab_idx_);
419
internal_memset(
tab_
, 0, sizeof(*
tab_
));
[
all
...]
tsan_clock.h
76
// If size_ is 0,
tab_
is nullptr.
77
// If size <= 64 (kClockCount),
tab_
contains pointer to an array with
79
// Otherwise,
tab_
points to an array with up to 127 u32 elements,
91
//
tab_
108
ClockBlock *
tab_
;
member in class:__tsan::SyncClock
Completed in 33 milliseconds
Indexes created Sun Oct 26 21:10:03 GMT 2025