Revision bd9bb296a2e7820f62b51a92b8dbe61dcfc9d834 authored by Francois Berenger on 15 August 2012, 04:08:41 UTC, committed by Francois Berenger on 15 August 2012, 04:08:41 UTC
1 parent 2c6a86d
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