package core_unix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

core_unix

API

Library core_unix

  • Core_unix This file is a modified version of unixLabels.mli from the OCaml distribution. Many of these functions raise exceptions but do not have a _exn suffixed name.

Library core_unix.bigbuffer_blocking

Library core_unix.bigstring_unix

  • Bigstring_unix String type based on Bigarray, for use in I/O and C-bindings, extending Core.Bigstring.

Library core_unix.command_test_helpers

Library core_unix.command_test_helpers_test

Library core_unix.command_unix

Library core_unix.core_thread

Library core_unix.daemon

  • Daemon This module provides support for daemonizing a process. It provides flexibility as to where the standard file descriptors (stdin, stdout and stderr) are connected after daemonization has occurred.

Library core_unix.date_unix

Library core_unix.error_checking_mutex

Library core_unix.filename_unix

  • Filename_unix Warning! this library assumes we are in a POSIX compliant OS.

Library core_unix.interval_lib

Library core_unix.interval_unix

Library core_unix.iobuf_unix

Library core_unix.linux_ext

  • Linux_ext Interface to Linux-specific system calls.

Library core_unix.lock_file_blocking

  • Lock_file_blocking Mutual exclusion between processes using flock and lockf. A file is considered locked only if both of these mechanisms work.

Library core_unix.nano_mutex

  • Nano_mutex A nano-mutex is a lightweight mutex that can be used only within a single OCaml runtime.

Library core_unix.ocaml_c_utils

  • Ocaml_c_utils This library does not contain any OCaml code; it only contains C code.

Library core_unix.process_env

  • Process_env Utility functions for dealing with the environment.

Library core_unix.signal_unix

Library core_unix.squeue

  • Squeue Thread-safe queue module, using locks.

Library core_unix.sys_unix

Library core_unix.syslog

  • Syslog Send log messages via the Unix Syslog interface.

Library core_unix.time_float_unix

Library core_unix.time_interface

  • Time_interface This module type is basically the intersection of the module types of Core.Time and Core.Time_ns. We verify that that relation holds in check_std.ml.

Library core_unix.time_ns_unix

Library core_unix.time_stamp_counter

Library core_unix.time_unix

Library core_unix.unix_pseudo_terminal

Library core_unix.uuid

OCaml

Innovation. Community. Security.