Revision c0b480340475f536386b89a8af6a7384e126a1a1 authored by Roberto Di Cosmo on 01 February 2012, 22:17:15 UTC, committed by Roberto Di Cosmo on 01 February 2012, 22:17:15 UTC
1 parent 3926a4c
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