Revision 3540ff0c030fb3910644246b9101dc14d358d97a authored by Francois Berenger on 18 May 2012, 05:47:49 UTC, committed by Francois Berenger on 18 May 2012, 05:47:49 UTC
1 parent b0d47a1
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