Revision 3ef96e625ec51c7b7545b790850620123478f0ad authored by Roberto Di Cosmo on 14 November 2011, 21:49:09 UTC, committed by Roberto Di Cosmo on 14 November 2011, 21:49:09 UTC
1 parent b8b05c1
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