Revision c69669202a3dfd4de30dd94c4596f8c24fabeff6 authored by Roberto Di Cosmo on 05 June 2012, 16:51:17 UTC, committed by Roberto Di Cosmo on 06 June 2012, 11:39:04 UTC
1 parent 69b61a2
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