Home
last modified time | relevance | path

Searched refs:ThreadContextFactory (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.h86 typedef ThreadContextBase* (*ThreadContextFactory)(u32 tid); typedef
90 ThreadRegistry(ThreadContextFactory factory);
91 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
133 const ThreadContextFactory context_factory_;
H A Dsanitizer_thread_registry.cpp102 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory) in ThreadRegistry()
105 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h80 typedef ThreadContextBase* (*ThreadContextFactory)(u32 tid); typedef
86 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
128 const ThreadContextFactory context_factory_;
H A Dsanitizer_thread_registry.cc105 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.h78 typedef ThreadContextBase* (*ThreadContextFactory)(u32 tid); typedef
84 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
125 const ThreadContextFactory context_factory_;
H A Dsanitizer_thread_registry.cc103 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry()