Revision d56ae79e43ff1b37534370911c8a78ec7f38d437 authored by Roberto Di Cosmo on 24 May 2012, 20:01:01 UTC, committed by Roberto Di Cosmo on 24 May 2012, 20:04:30 UTC
1 parent 3801539
Raw File
setcore.mli
(* uses the native affinity interface to 
   declare that the current process should be
   attached to core number n *)

external setcore: int -> unit = "setcore"
back to top