Revision 98ed2d6582da3e952160042edc051c03329e1883 authored by Roberto Di Cosmo on 30 November 2011, 19:34:22 UTC, committed by Roberto Di Cosmo on 30 November 2011, 19:34:22 UTC
1 parent cc8915b
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