Home
last modified time | relevance | path

Searched refs:destructing (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp261 atomic_uint8_t destructing; member
267 atomic_store_relaxed(&destructing, 0); in Allocator()
272 atomic_store_relaxed(&destructing, 1); in ~Allocator()
453 !atomic_load_relaxed(&destructing)) { in Deallocate()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h564 virtual void Finalize(bool destructing);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp521 void Process::Finalize(bool destructing) { in Finalize() argument
524 if (destructing) in Finalize()
/freebsd-14.2/contrib/flex/
H A DONEWS72 - A bug in destructing a FlexLexer object before doing any scanning