Revision b2c3bec822dccee628be58de06e44d967aaa4cfb authored by Roberto Di Cosmo on 10 January 2012, 17:13:41 UTC, committed by Roberto Di Cosmo on 10 January 2012, 17:13:41 UTC
1 parent eb48d9e
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