Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
eeb64ae6e52ac2a7980884fe89c01508014af6a9
/
lib
/
Support
/
Mutex.cpp
c788f44
Check the errorcode.
by Argyrios Kyrtzidis
· 14 years ago
1f6efa3
Merge System into Support.
by Michael J. Spencer
· 14 years ago
[Renamed (98%) from lib/System/Mutex.cpp]
740eb53
Tweak code into an equivalent form for which icc
by Duncan Sands
· 15 years ago
b849a4d
Insert a SmartMutex templated class into the class hierarchy, which takes a template parameter specifying whether this mutex
by Owen Anderson
· 15 years ago
274c6a6
plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed memory.
by Nuno Lopes
· 16 years ago
f512281
Make LLVM compile on DragonFly BSD (PR2499).
by Matthijs Kooijman
· 16 years ago
933e51c
Use static_cast instead of reinterpret_cast for casting void*.
by Dan Gohman
· 16 years ago
84b7df4
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
by Dan Gohman
· 17 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 17 years ago
ef361a6
remove obviously dead uses of IncludeFile.
by Chris Lattner
· 17 years ago
1c7a242
For PR808: NetBSD also doesn't have pthread_mutexattr_setpshared
by Reid Spencer
· 18 years ago
2b86b0e
Get rid of unused variable.
by Reid Spencer
· 18 years ago
a537017
simplify AnalysisGroup registration, eliminating one typeid call.
by Chris Lattner
· 18 years ago
7107c3b
For PR780:
by Reid Spencer
· 18 years ago
3c280bf
Add checks for __OpenBSD__.
by Jeff Cohen
· 19 years ago
0a262ba
For PR616:
by Reid Spencer
· 19 years ago
15d89cb
Fix grammar: it's == "it is".
by Misha Brukman
· 19 years ago
00b16889
Eliminate all remaining tabs and trailing spaces.
by Jeff Cohen
· 19 years ago
2499841
Don't call pthread_mutexattr_setpshared on FreeBSD because its implementation
by Reid Spencer
· 19 years ago
6d23522
Win32 support for Mutex class.
by Jeff Cohen
· 19 years ago
b2164e5
For PR540:
by Reid Spencer
· 19 years ago