summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Threading.inc
Commit message (Expand)AuthorAgeFilesLines
* Reland "[Support] Add a way to run a function on a detached thread""Sam McCall2019-10-231-26/+37
* Revert "[Support] Add a way to run a function on a detached thread"Sam McCall2019-10-231-37/+26
* [Support] Add a way to run a function on a detached threadSam McCall2019-10-231-26/+37
* [llvm][Support] Provide interface to set thread prioritiesKadir Cetinkaya2019-04-161-0/+39
* Add OpenBSD support to be able to get the thread nameBrad Smith2019-02-071-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add OpenBSD support to the Threading codeBrad Smith2018-06-231-3/+5
* Remove a dead #ifdef.Nico Weber2018-04-301-2/+0
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-1/+1
* [cmake] Improve pthread_[gs]etname_np detection codePavel Labath2018-04-181-2/+0
* Specify namespace for reallocSerge Pavlov2018-02-151-1/+1
* Fix off-by-one in set_thread_name which causes truncation to fail on LinuxSam McCall2018-02-131-1/+2
* Temporary workaround for msan false positive.Sam McCall2017-11-021-1/+1
* Untabify.NAKAMURA Takumi2017-08-281-4/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-4/+4
* Try to fix thread name truncation on non-Windows.Zachary Turner2017-03-041-6/+13
* Improve the Threading code on NetBSDKamil Rytarowski2017-03-041-5/+2
* Truncate thread names if they're too long.Zachary Turner2017-03-041-3/+27
* Silence a warning, NFCKrzysztof Parzyszek2017-03-031-0/+1
* Detect the existence of pthread_{s,g}etname_np in libpthread on LinuxKrzysztof Parzyszek2017-03-031-0/+4
* Add missing #includes for FreeBSD.Zachary Turner2017-03-031-4/+9
* Try again to appease the FreeBSD bot.Zachary Turner2017-03-031-7/+2
* Try to appease the FreeBSD bots.Zachary Turner2017-03-031-2/+2
* Add #include for unistd.h on Linux.Zachary Turner2017-03-031-0/+1
* [Support] Provide access to current thread name/thread id.Zachary Turner2017-03-031-0/+181
* Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...Mehdi Amini2016-05-141-5/+0
* Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...Mehdi Amini2016-05-141-0/+5
* Revert 220932.Jiangning Liu2014-11-051-5/+0
* Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...Chris Bieneman2014-10-301-0/+5
OpenPOWER on IntegriCloud