Revision 715ae7af82065c03e22ff97816abcceb4cfc1be7 authored by Roberto Di Cosmo on 09 March 2015, 13:58:48 UTC, committed by Roberto Di Cosmo on 09 March 2015, 13:58:48 UTC
2 parent s 942f90e + 1c3c5d5
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