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 73 typedef ThreadContextBase* (*ThreadContextFactory)(u32 tid);
79 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
118 const ThreadContextFactory context_factory_;
sanitizer_thread_registry.cc 90 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads,

Completed in 48 milliseconds