Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ecf77b56ddc7add0552c79146bb69f043c52a10f
/
llvm
/
lib
/
Support
/
RWMutex.cpp
fdcd669
Remove dead code.
by David Blaikie
· 14 years ago
efddf20
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
by Dylan Noblesmith
· 14 years ago
037fc93
Clean up a few references to System/. We still have docs/SystemLibrary.html
by Daniel Dunbar
· 14 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
[Renamed (98%) from llvm/lib/System/RWMutex.cpp]
1898262
Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three
by Chandler Carruth
· 15 years ago
ffea0ab
Add ATTRIBUTE_UNUSED for -Asserts.
by NAKAMURA Takumi
· 15 years ago
ce200fd
Mark this variable as used.
by Chandler Carruth
· 15 years ago
1ac0e2a
remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, which
by Chris Lattner
· 15 years ago
44d423a
Tweak code into an equivalent form for which icc
by Duncan Sands
· 16 years ago
96c51a8
Workaround for an... interesting bug in Darwin's pthread_rwlock_init.
by Owen Anderson
· 16 years ago
1498a7a
Give RWMutex the SmartRWMutex treatment too.
by Owen Anderson
· 16 years ago
6eb4a73
Fix build when disable thread support.
by Owen Anderson
· 16 years ago
372a928
Fix/cleanup trailing newlines.
by Owen Anderson
· 16 years ago
324f94c
Add a portable wrapper for reader-writer locks.
by Owen Anderson
· 16 years ago