Revision b3d9247c79d8599b02b718786f33f98d4d9f2082 authored by Roberto Di Cosmo on 12 May 2014, 09:25:49 UTC, committed by Roberto Di Cosmo on 12 May 2014, 09:25:49 UTC
1 parent 1eaa992
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