Revision 3926a4c2011ae5d91b9baebb9ba0e8bbfd27016b authored by Roberto Di Cosmo on 29 January 2012, 14:38:44 UTC, committed by Roberto Di Cosmo on 29 January 2012, 14:38:44 UTC
1 parent 4e57e0f
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