Revision 8f6db6168a7531f012bab19f3d414f1c0789d411 authored by Pietro Abate on 17 November 2011, 13:26:40 UTC, committed by Roberto Di Cosmo on 17 November 2011, 13:26:40 UTC
1 parent fa7f24d
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