Searched refs:onattach_ (Results 1 – 2 of 2) sorted by relevance
83 AgentOnLoadFunction callback = attaching ? agent->onattach_ : agent->onload_; in DoLoadHelper()176 onattach_ = nullptr; in Unload()186 onattach_(nullptr), in Agent()199 onattach_ = other.onattach_; in operator =()203 other.onattach_ = nullptr; in operator =()214 onattach_ = reinterpret_cast<AgentOnLoadFunction>(FindSymbol(AGENT_ON_ATTACH_FUNCTION_NAME)); in PopulateFunctions()215 if (onattach_ == nullptr) { in PopulateFunctions()
118 onattach_(nullptr), in Agent()130 AgentOnLoadFunction onattach_; variable