NameDateSize

..08-May-2020135

COM.incH A D06-May-20201,022

DynamicLibrary.incH A D06-May-20203.5 KiB

Host.incH A D06-May-20202.9 KiB

Memory.incH A D08-May-20208.2 KiB

Path.incH A D11-May-202037.5 KiB

Process.incH A D08-May-202013.8 KiB

Program.incH A D08-May-202014.7 KiB

README.txtH A D06-May-2020824

Signals.incH A D08-May-202021.3 KiB

Threading.incH A D08-May-20208.7 KiB

ThreadLocal.incH A D06-May-20202.2 KiB

Unix.hH A D08-May-20203.3 KiB

Watchdog.incH A D06-May-2020839

README.txt

1llvm/lib/Support/Unix README
2===========================
3
4This directory provides implementations of the lib/System classes that
5are common to two or more variants of UNIX. For example, the directory
6structure underneath this directory could look like this:
7
8Unix           - only code that is truly generic to all UNIX platforms
9  Posix        - code that is specific to Posix variants of UNIX
10  SUS          - code that is specific to the Single Unix Specification
11  SysV         - code that is specific to System V variants of UNIX
12
13As a rule, only those directories actually needing to be created should be
14created. Also, further subdirectories could be created to reflect versions of
15the various standards. For example, under SUS there could be v1, v2, and v3
16subdirectories to reflect the three major versions of SUS.
17