Searched refs:expected_ext (Results 1 – 3 of 3) sorted by relevance
1005 Extension expected_ext = is_vfork ? Extension::vfork : Extension::fork; in MonitorClone() local1006 if ((m_enabled_extensions & expected_ext) == expected_ext) { in MonitorClone()
1053 Extension expected_ext = is_vfork ? Extension::vfork : Extension::fork; in MonitorClone() local1054 if ((m_enabled_extensions & expected_ext) == expected_ext) { in MonitorClone()
866 Extension expected_ext = is_vfork ? Extension::vfork : Extension::fork; in MonitorClone() local867 if (bool(m_enabled_extensions & expected_ext)) { in MonitorClone()