Revision 136f70d9bd1ff4e5b175dd785fee6248b100ef8e authored by nilsbecker on 03 March 2015, 15:48:43 UTC, committed by nilsbecker on 03 March 2015, 15:48:43 UTC
1 parent 942f90e
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