Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp292 atomic_uint8_t destructing; member
297 atomic_store_relaxed(&destructing, 0); in Allocator()
302 atomic_store_relaxed(&destructing, 1); in ~Allocator()
519 !atomic_load_relaxed(&destructing)) { in Deallocate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h583 virtual void Finalize(bool destructing);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp526 void Process::Finalize(bool destructing) { in Finalize() argument
529 if (destructing) in Finalize()
/freebsd/contrib/flex/
H A DONEWS72 - A bug in destructing a FlexLexer object before doing any scanning