Revision 498782c93f3e0dd3a65c0d24e673f493f24b2b7f authored by Roberto Di Cosmo on 12 May 2014, 09:28:30 UTC, committed by Roberto Di Cosmo on 12 May 2014, 09:56:51 UTC
defaults to doing nothing.

We need to expose a redirect function instead, helping
who may want to use it without rewriting it from scratch.
1 parent dd9f089
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