Home | History | Annotate | only in /external/llvm/lib/Support/Unix
Up to higher level directory
NameDateSize
COM.inc21-Aug-2018994
Host.inc21-Aug-20181.5K
Memory.inc21-Aug-201810.5K
Mutex.inc21-Aug-20181,013
Path.inc21-Aug-201822.7K
Process.inc21-Aug-201813.9K
Program.inc21-Aug-201813.6K
README.txt21-Aug-2018824
RWMutex.inc21-Aug-20181.5K
Signals.inc21-Aug-201815.8K
ThreadLocal.inc21-Aug-20182.2K
TimeValue.inc21-Aug-20181.9K
Unix.h21-Aug-20181.9K
Watchdog.inc21-Aug-2018778

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