Revision 2b1a53dfc1696da4f2744761dd684b485ee679cb authored by Roberto Di Cosmo on 11 November 2011, 10:08:17 UTC, committed by Roberto Di Cosmo on 11 November 2011, 10:08:17 UTC
1 parent 2afd30c
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