aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Threading.inc
AgeCommit message (Expand)AuthorFilesLines
2018-04-18[cmake] Improve pthread_[gs]etname_np detection codePavel Labath1-2/+0
2018-02-15Specify namespace for reallocSerge Pavlov1-1/+1
2018-02-13Fix off-by-one in set_thread_name which causes truncation to fail on LinuxSam McCall1-1/+2
2017-11-02Temporary workaround for msan false positive.Sam McCall1-1/+1
2017-08-28Untabify.NAKAMURA Takumi1-4/+4
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-4/+4
2017-03-04Try to fix thread name truncation on non-Windows.Zachary Turner1-6/+13
2017-03-04Improve the Threading code on NetBSDKamil Rytarowski1-5/+2
2017-03-04Truncate thread names if they're too long.Zachary Turner1-3/+27
2017-03-03Silence a warning, NFCKrzysztof Parzyszek1-0/+1
2017-03-03Detect the existence of pthread_{s,g}etname_np in libpthread on LinuxKrzysztof Parzyszek1-0/+4
2017-03-03Add missing #includes for FreeBSD.Zachary Turner1-4/+9
2017-03-03Try again to appease the FreeBSD bot.Zachary Turner1-7/+2
2017-03-03Try to appease the FreeBSD bots.Zachary Turner1-2/+2
2017-03-03Add #include for unistd.h on Linux.Zachary Turner1-0/+1
2017-03-03[Support] Provide access to current thread name/thread id.Zachary Turner1-0/+181
2016-05-14Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...Mehdi Amini1-5/+0
2016-05-14Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...Mehdi Amini1-0/+5
2014-11-05Revert 220932.Jiangning Liu1-5/+0
2014-10-30Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...Chris Bieneman1-0/+5