HomeSort by: relevance | last modified time | path
    Searched defs:Destroy (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_console.cpp 63 ARMConsole::Destroy(void)
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerShmemFuchsia.cpp 28 bool SharedMemoryRegion::Destroy(const char *Name) {
FuzzerShmemWindows.cpp 48 bool SharedMemoryRegion::Destroy(const char *Name) {
FuzzerShmemPosix.cpp 85 bool SharedMemoryRegion::Destroy(const char *Name) {
  /src/sys/arch/hpc/stand/hpcboot/
boot.cpp 88 Boot::Destroy()
console.cpp 58 Console::Destroy()
hpcmenu.cpp 56 HpcMenuInterface::Destroy()
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.cc 53 t->Destroy();
56 void MsanThread::Destroy() {
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 90 destructor Destroy; override;
119 destructor Destroy; override;
418 destructor TCompressionStream.Destroy;
436 inherited Destroy;
491 destructor TDecompressionStream.Destroy;
495 inherited Destroy;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_local_cache.h 35 void Destroy(SizeClassAllocator *allocator, AllocatorGlobalStats *s) {
154 void Destroy(SizeClassAllocator *allocator, AllocatorGlobalStats *s) {
sanitizer_common.h 440 void Destroy() { UnmapOrDie(data_, capacity_bytes_); }
549 ~InternalMmapVector() { InternalMmapVectorNoCtor<T>::Destroy(); }
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fake_stack.cc 66 void FakeStack::Destroy(int tid) {
asan_thread.cc 97 context->thread->Destroy();
100 void AsanThread::Destroy() {
136 current_fake_stack->Destroy(this->tid());
267 // the thread's memory as non-live from the moment we call Destroy(), even
269 // cleaned up by a user-defined TSD destructor. Thus, calling Destroy() before
272 this->Destroy();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 124 void Mutex::Destroy() {
296 static_cast<Mutex*>(ev->ptr)->Destroy();
427 void ScopedThread::Destroy(const Mutex &m) {

Completed in 168 milliseconds