Revision 405530e407e3517752eaa49cf3821dd031022667 authored by Roberto Di Cosmo on 19 July 2012, 19:41:18 UTC, committed by Roberto Di Cosmo on 19 July 2012, 19:41:18 UTC
1 parent ec7a234
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