OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ref_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.cc
86
static atomic_uint32_t *
ref_ptr
(ClockBlock *cb) {
function in namespace:__tsan
93
atomic_uint32_t *ref =
ref_ptr
(cb);
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);
420
atomic_store_relaxed(
ref_ptr
(tab_), 1);
460
atomic_uint32_t *ref =
ref_ptr
(tab_);
508
return atomic_load_relaxed(
ref_ptr
(tab_)) == 1;
tsan_clock.cc
86
static atomic_uint32_t *
ref_ptr
(ClockBlock *cb) {
function in namespace:__tsan
93
atomic_uint32_t *ref =
ref_ptr
(cb);
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);
420
atomic_store_relaxed(
ref_ptr
(tab_), 1);
460
atomic_uint32_t *ref =
ref_ptr
(tab_);
508
return atomic_load_relaxed(
ref_ptr
(tab_)) == 1;
Completed in 48 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025