Revision 5b509691f9998da62aa5514a6bd076ac51d60843 authored by Roberto Di Cosmo on 23 April 2015, 18:26:19 UTC, committed by Roberto Di Cosmo on 23 April 2015, 18:26:19 UTC
1 parent 6fb0eb0
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