Revision 355de5103e31129ecb0373b39db603e91734113f authored by Jerome Vouillon on 17 November 2011, 16:27:00 UTC, committed by Roberto Di Cosmo on 18 November 2011, 17:46:53 UTC
1 parent 1da829e
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