Revision 3838e4b9fa16cff9120eeac92e49d82b4c55f5ae authored by Roberto Di Cosmo on 06 June 2012, 13:03:11 UTC, committed by Roberto Di Cosmo on 06 June 2012, 13:03:11 UTC
1 parent c696692
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