Searched refs:asyncCloseMonitorCreate (Results 1 – 2 of 2) sorted by relevance
37 if (asyncCloseMonitorCreate != nullptr) { in CompatibilityCloseMonitor()38 monitor = asyncCloseMonitorCreate(fd); in CompatibilityCloseMonitor()69 static acm_create_func asyncCloseMonitorCreate; variable
25 CompatibilityCloseMonitor::acm_create_func CompatibilityCloseMonitor::asyncCloseMonitorCreate = member in conscrypt::CompatibilityCloseMonitor41 asyncCloseMonitorCreate = (acm_create_func) dlsym(lib, "async_close_monitor_create"); in init()49 if (asyncCloseMonitorCreate == nullptr) { in init()