Revision 2afd30c7b095e7029386c0e3326e917d143af5b7 authored by Roberto Di Cosmo on 10 November 2011, 22:39:00 UTC, committed by Roberto Di Cosmo on 10 November 2011, 22:39:00 UTC
1 parent 4ddf4a3
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