swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Raw File
Tip revision: 1c5b5eac61eda2454034a43eb124ab490885ef3a authored by Roberto Di Cosmo on 06 June 2012, 13:03:59 UTC
Added default ncores parameter
Tip revision: 1c5b5ea
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