Searched refs:skip_unload_ (Results 1 – 2 of 2) sorted by relevance
72 skip_unload_(false), in PluginLib()148 skip_unload_ = true; in PreventLibraryUnload()304 skip_unload_ ? NULL : library_, in Unload()308 if (!skip_unload_) { in Unload()
120 bool skip_unload_; // True if library_ should not be unloaded. variable