Searched refs:sPidFdSupported (Results 1 – 1 of 1) sorted by relevance
625 private static int sPidFdSupported = PIDFD_UNKNOWN; field in Process1807 if (sPidFdSupported == PIDFD_UNKNOWN) {1811 sPidFdSupported = PIDFD_SUPPORTED;1813 sPidFdSupported = e.errno != OsConstants.ENOSYS1823 return sPidFdSupported == PIDFD_SUPPORTED;