Revision db5c4664234330d55684fcec44592e294f2bb0d0 authored by Roberto Di Cosmo on 16 November 2011, 07:45:03 UTC, committed by Roberto Di Cosmo on 16 November 2011, 07:45:03 UTC
1 parent 320b9b0
Raw File
setcore.mli
(* uses the native affinity interface to 
   declare that the current process should be
   attached to core number n *)

external setcore: int -> unit = "setcore"
back to top