Searched refs:asyncCloseMonitorDestroy (Results 1 – 2 of 2) sorted by relevance
48 if (asyncCloseMonitorDestroy != nullptr) { in ~CompatibilityCloseMonitor()50 asyncCloseMonitorDestroy(monitor); in ~CompatibilityCloseMonitor()70 static acm_destroy_func asyncCloseMonitorDestroy; variable
27 CompatibilityCloseMonitor::acm_destroy_func CompatibilityCloseMonitor::asyncCloseMonitorDestroy = member in conscrypt::CompatibilityCloseMonitor42 asyncCloseMonitorDestroy = (acm_destroy_func) dlsym(lib, "async_close_monitor_destroy"); in init()