llvm-6502/include/llvm/System
Mikhail Glushenkov 6db0e3a981 Get rid of GetProcessId in Win32/Program.inc.
GetProcessId was introduced only in XP. As a bonus, this change makes Program
objects copyable, since Program is now basically a PID.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81826 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-15 03:39:45 +00:00
..
Alarm.h Add a warning. 2009-07-31 22:24:20 +00:00
Atomic.h Add atomic multiply and divide operations, built on top of CompareAndSwap. 2009-06-23 21:19:04 +00:00
Disassembler.h This void is implicit in C++. 2009-08-12 22:10:57 +00:00
DynamicLibrary.h Eliminate the static constructors and locks from DynamicLibrary.cpp. 2009-07-07 18:17:07 +00:00
Errno.h Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the 2009-07-01 18:11:20 +00:00
Host.h
IncludeFile.h
LICENSE.TXT
Memory.h Re-committing r76828 with the JIT memory manager changes now that the build 2009-07-23 21:46:56 +00:00
Mutex.h Tweak code into an equivalent form for which icc 2009-09-06 10:53:22 +00:00
Path.h Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
Process.h Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't 2009-09-11 20:46:33 +00:00
Program.h Get rid of GetProcessId in Win32/Program.inc. 2009-09-15 03:39:45 +00:00
RWMutex.h Have scoped mutexes take referenes instead of pointers. 2009-07-07 18:33:04 +00:00
Signals.h
Solaris.h
Threading.h
ThreadLocal.h Add support for const thread locals. 2009-06-25 23:31:18 +00:00
TimeValue.h Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00