OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FCT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc
45
atomic_uintptr_t
FCT
;
139
uptr
FCT
= 0;
140
if (atomic_compare_exchange_strong(&TLD.
FCT
, &
FCT
, 1, memory_order_acq_rel)) {
144
FCT
= reinterpret_cast<uptr>(
146
atomic_store(&TLD.
FCT
,
FCT
, memory_order_release);
149
if (
FCT
== 1)
156
auto
FCT
= atomic_exchange(&TLD.
FCT
, 0, memory_order_acq_rel)
[
all
...]
xray_profile_collector.cc
64
FunctionCallTrie
FCT
;
277
if (ThreadTrie.
FCT
.getRoots().empty())
280
populateRecords(ProfileRecords, PathAlloc, ThreadTrie.
FCT
);
281
DCHECK(!ThreadTrie.
FCT
.getRoots().empty());
Completed in 17 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025