Searched refs:sysctl_fd (Results 1 – 1 of 1) sorted by relevance
296 int sysctl_fd; in is_jit_enabled() local298 sysctl_fd = open(jit_sysctl, 0, O_RDONLY); in is_jit_enabled()299 if (sysctl_fd != -1) { in is_jit_enabled()302 if (read(sysctl_fd, &tmpc, sizeof(tmpc)) == 1) in is_jit_enabled()304 close(sysctl_fd); in is_jit_enabled()
Completed in 6 milliseconds