Revision 56ba07c329465d57aad4bff8e774bd67787c064d authored by Roberto Di Cosmo on 07 November 2011, 21:06:40 UTC, committed by Roberto Di Cosmo on 07 November 2011, 21:06:40 UTC
1 parent 92d670d
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