llvm-project/lldb/source/Host/linux
Vasileios Kalintiris 747372b91a Do not use pthread_setname_np() if we don't have GLIBC or Android.
Summary:
pthread_setname_np() is a nonstandard GNU extension and isn't available
in every C library. Check before it's usage that GLIBC is available or
that we are targeting Android.

Reviewers: clayborg, ovyalov

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D13019

llvm-svn: 248280
2015-09-22 14:52:31 +00:00
..
Host.cpp Remove unused header <execinfo.h>. 2015-09-22 12:43:23 +00:00
HostInfoLinux.cpp Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`. 2015-06-09 17:54:27 +00:00
HostThreadLinux.cpp Do not use pthread_setname_np() if we don't have GLIBC or Android. 2015-09-22 14:52:31 +00:00
LibcGlue.cpp Add a missing header 2015-06-30 10:20:52 +00:00
ThisThread.cpp Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00