Revision 0da42ca1d82aa07fe9e8e533741227ed74befc74 authored by Roberto Di Cosmo on 23 April 2015, 18:19:10 UTC, committed by Roberto Di Cosmo on 23 April 2015, 18:19:25 UTC
1 parent 715ae7a
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