Revision 50e45ad386e4a2c3f578a772f52cdb2ddee4332c authored by Roberto Di Cosmo on 30 November 2011, 13:54:55 UTC, committed by Roberto Di Cosmo on 30 November 2011, 13:54:55 UTC
1 parent 6b8adc7
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