Revision 1cc6a04f2a53f5db0af8b0e1134b1472bb5b158a authored by Roberto Di Cosmo on 17 September 2015, 13:35:32 UTC, committed by Roberto Di Cosmo on 17 September 2015, 13:35:32 UTC
1 parent 58f56f5
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