swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Raw File
Tip revision: 61f92a7db95f5a6d1fcb94d2b897ed3797584d7b authored by Roberto Di Cosmo on 25 June 2013, 13:12:17 UTC
Added generation and installation of the manpage
Tip revision: 61f92a7
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