• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

COM.incD23-Nov-20231,022 2722

DynamicLibrary.incD23-Nov-20233.5 KiB135112

Host.incD23-Nov-20232.9 KiB8574

Memory.incD23-Nov-20238.2 KiB266218

Path.incD23-Nov-202341.3 KiB1,3821,215

Process.incD23-Nov-202313.8 KiB458401

Program.incD23-Nov-202316.8 KiB556478

README.txtD23-Nov-2023824 1713

Signals.incD23-Nov-202321.6 KiB658572

ThreadLocal.incD23-Nov-20232.2 KiB7159

Threading.incD23-Nov-20239.8 KiB312275

Unix.hD23-Nov-20233.2 KiB11166

Watchdog.incD23-Nov-2023839 3429

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