Searched refs:ThreadContextFactory (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h73 typedef ThreadContextBase* (*ThreadContextFactory)(u32 tid); typedef in namespace:__sanitizer
79 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
119 const ThreadContextFactory context_factory_;
H A Dsanitizer_thread_registry.cc90 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads,

Completed in 1120 milliseconds