• Home
Name
Date
Size
#Lines
LOC

..--

Host.incD03-May-20241.9 KiB6451

Memory.incD03-May-202410.9 KiB362304

Mutex.incD03-May-20241,013 4436

Path.incD03-May-202419.7 KiB685586

Process.incD03-May-202411.4 KiB375321

Program.incD03-May-202413.6 KiB464404

README.txtD03-May-2024824 1713

RWMutex.incD03-May-20241.5 KiB5239

Signals.incD03-May-202412.2 KiB391326

ThreadLocal.incD03-May-20241.1 KiB2724

TimeValue.incD03-May-20241.9 KiB5547

Unix.hD03-May-20242.1 KiB8044

Watchdog.incD03-May-2024778 3329

README.txt

1 llvm/lib/Support/Unix README
2 ===========================
3 
4 This directory provides implementations of the lib/System classes that
5 are common to two or more variants of UNIX. For example, the directory
6 structure underneath this directory could look like this:
7 
8 Unix           - 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 
13 As a rule, only those directories actually needing to be created should be
14 created. Also, further subdirectories could be created to reflect versions of
15 the various standards. For example, under SUS there could be v1, v2, and v3
16 subdirectories to reflect the three major versions of SUS.
17