Revision 737abc8538914db2bd87e97089ab0b80fe37b6c0 authored by Marco Danelutto on 02 December 2011, 21:38:39 UTC, committed by Roberto Di Cosmo on 02 December 2011, 21:40:56 UTC
1 parent bfafe56
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