• Home
Name
Date
Size
#Lines
LOC

..--

Host.incD03-May-20241.9 KiB6451

Memory.incD03-May-202410.5 KiB354296

Mutex.incD03-May-20241,013 4436

Path.incD03-May-202424 KiB901792

PathV2.incD03-May-202420.4 KiB698594

Process.incD03-May-20249.9 KiB344294

Program.incD03-May-202412.1 KiB413363

README.txtD03-May-2024824 1713

RWMutex.incD03-May-20241.1 KiB4433

Signals.incD03-May-202411.8 KiB378314

ThreadLocal.incD03-May-20241.1 KiB2724

TimeValue.incD03-May-20241.8 KiB5848

Unix.hD03-May-20242.1 KiB8245

system_error.incD03-May-20241.2 KiB3530

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