swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Raw File
Tip revision: fe278be10cb6e008f9a58b85192e3d5ccd4bbf3f authored by Roberto Di Cosmo on 15 November 2011, 16:22:18 UTC
Significant reorganization of the code:
Tip revision: fe278be
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