Revision 0b916683ba3d16369f123a594ea0b33f0fa100d5 authored by Roberto Di Cosmo on 15 November 2011, 16:15:03 UTC, committed by Roberto Di Cosmo on 15 November 2011, 16:15:03 UTC
1 parent f4984e2
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