This file is indexed.

/usr/lib/ocaml/parmap/setcore.mli is in libparmap-ocaml-dev 1.0~rc7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
(* uses the native affinity interface to 
   declare that the current process should be
   attached to core number n *)

external numcores: unit -> int = "numcores"
external setcore: int -> unit = "setcore"