Revision f9540fed215f9ba0c5ce072ee7f7bf86a02f77ae authored by Xavier Clerc on 08 January 2015, 09:48:17 UTC, committed by Xavier Clerc on 08 January 2015, 09:48:17 UTC
1 parent a7cd1f7
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