Revision ce335a74212a5b80294a2214bbe0e47558e1366a authored by Francois Berenger on 16 May 2014, 02:39:24 UTC, committed by Francois Berenger on 16 May 2014, 02:39:24 UTC
1 parent 9f1f03a
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