Revision f245a8854850df799362af8b22d4341680efcb01 authored by Pippijn van Steenhoven on 25 July 2013, 01:50:32 UTC, committed by Pippijn van Steenhoven on 25 July 2013, 01:50:32 UTC
1 parent 61f92a7
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