Searched defs:BootstrapInfo (Results 1 – 2 of 2) sorted by relevance
111 struct BootstrapInfo { struct112 std::mutex Mutex;113 std::condition_variable CV;114 size_t ActiveGraphs = 0;115 shared::AllocActions DeferredAAs;116 ExecutorAddr MachOHeaderAddr;
136 public abstract static class BootstrapInfo { class in Bootstrapper