Revision 56d222bf1f88882d268206b262616ec79b364b7f authored by Olaf Hering on 25 October 2019, 08:10:19 UTC, committed by Olaf Hering on 25 October 2019, 08:10:19 UTC
Signed-off-by: Olaf Hering <olaf@aepfle.de>
1 parent 8fd832a
Raw File
setcore.ml
(* 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"
back to top