Revision 9e9490d6f29690b5519b1f69325e3bdf6cecc922 authored by Pietro Abate on 15 November 2011, 21:39:21 UTC, committed by Roberto Di Cosmo on 15 November 2011, 21:39:21 UTC
1 parent 2e6cd11
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