Revision d6688ca5d2606b5f53be9cf3e3276608e6205437 authored by Roberto Di Cosmo on 12 October 2014, 16:39:07 UTC, committed by Roberto Di Cosmo on 12 October 2014, 16:39:07 UTC
1 parent 599878e
Raw File
setcore.mli
(* 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