HomeSort by relevance Sort by last modified time
    Searched refs:ThreadContextFactory (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 74 typedef ThreadContextBase* (*ThreadContextFactory)(u32 tid);
80 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
121 const ThreadContextFactory context_factory_;
sanitizer_thread_registry.cc 90 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads,

Completed in 200 milliseconds