Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Host
/
posix
/
HostThreadPosix.cpp
408b0f5
HostThreadPosix::Cancel: remove android-specific implementation
by Pavel Labath
· 8 years ago
c12c0c5
[POSIX] Replace assert with llvm_unreachable(). NFCI.
by Davide Italiano
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
718e296
Disable HostThread::Cancel assertion on FreeBSD
by Ed Maste
· 9 years ago
1e20f02
Fix some long standing issues that caused tests to be flaky.
by Greg Clayton
· 9 years ago
62f24e9
Fix being able to get a thread result when calling HostThreadPosix::Join(). It was broken when initially checked in by getting the thread result into a temporary variable and never doing anything with it. Most threads in LLDB don't look at their thread results, but launching processes in a terminal window on MacOSX does require getting a thread result and this broke "process launch --tty" on darwin.
by Greg Clayton
· 11 years ago
cacde7d
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos.
by Todd Fiala
· 11 years ago
acee96a
Fix up the HostThread interface, making the interface simpler.
by Zachary Turner
· 11 years ago
39de311
Create a HostThread abstraction.
by Zachary Turner
· 11 years ago