Revision 236137fb12dd84b8d60bd7f6f9496d6032f85df2 authored by Roberto Di Cosmo on 12 May 2014, 09:56:23 UTC, committed by Roberto Di Cosmo on 12 May 2014, 10:09:07 UTC
1 parent 498782c
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