Revision d1f007eab04e99b76d24751bedad95b41213d32c authored by Roberto Di Cosmo on 10 November 2011, 10:19:21 UTC, committed by Roberto Di Cosmo on 10 November 2011, 10:19:21 UTC
1 parent ee47f30
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