search for: 4fcea4a

Displaying 1 result from an estimated 1 matches for "4fcea4a".

2020 Sep 18
0
[PATCH common] mlutils: Simple wrapper around sysconf (_SC_NPROCESSORS_ONLN).
...lib_statvfs_is_network_filesystem" "noalloc" end + +module Sysconf = struct + external nr_processors_online : unit -> int = + "guestfs_int_mllib_sysconf_nr_processors_online" "noalloc" +end diff --git a/mlutils/unix_utils.mli b/mlutils/unix_utils.mli index 4fcea4a..aead4df 100644 --- a/mlutils/unix_utils.mli +++ b/mlutils/unix_utils.mli @@ -121,3 +121,12 @@ module StatVFS : sig (** [is_network_filesystem path] returns true if [path] is located on a network filesystem such as NFS or CIFS. *) end + +module Sysconf : sig + val nr_processors_online :...