Revision fa7f24d5a2001f012c2ce02ffdb576d3858925da authored by Roberto Di Cosmo on 16 November 2011, 10:36:00 UTC, committed by Roberto Di Cosmo on 16 November 2011, 10:36:00 UTC
1 parent 63dccf3
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