Revision 61f92a7db95f5a6d1fcb94d2b897ed3797584d7b authored by Roberto Di Cosmo on 25 June 2013, 13:12:17 UTC, committed by Roberto Di Cosmo on 25 June 2013, 13:12:17 UTC
1 parent 1d23faa
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