Revision 997ca994ff01c49e6e42d3e05a92d24a10eba686 authored by Xavier Clerc on 10 October 2014, 09:10:20 UTC, committed by Xavier Clerc on 10 October 2014, 09:10:20 UTC
1 parent aa2270a
Raw File
setcore.mli
(* uses the native affinity interface to 
   declare that the current process should be
   attached to core number n *)

external numcores: unit -> int = "numcores"
external setcore: int -> unit = "setcore"
back to top