Revision 19382c60c998a9565fed01acc7920148f7379408 authored by Roberto Di Cosmo on 24 November 2011, 13:51:51 UTC, committed by Roberto Di Cosmo on 24 November 2011, 13:51:51 UTC
1 parent 11b0719
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