Revision ece2a7fa6f0294e48411251e0fa5294a521a4521 authored by Roberto Di Cosmo on 19 November 2011, 07:18:36 UTC, committed by Roberto Di Cosmo on 19 November 2011, 07:18:36 UTC
1 parent 355de51
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