Revision 3f0bd26ab578639c23979d886e6e5895bf857a25 authored by Roberto Di Cosmo on 27 January 2012, 16:48:22 UTC, committed by Roberto Di Cosmo on 27 January 2012, 17:37:30 UTC
1 parent 94bf392
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