Revision 497b7a930072c2a992291f5ed7632698cd01027f authored by Roberto Di Cosmo on 27 January 2012, 09:33:41 UTC, committed by Roberto Di Cosmo on 27 January 2012, 17:37:19 UTC
1 parent 5b8fcdc
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