summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Threading.inc
AgeCommit message (Expand)Author
2025-09-01[Support] Also check the value for HAVE_PTHREAD_(SETNAME/SET_NAME)_NP (#156294)Brad Smith
2025-06-24[LLVM][Support][Cygwin] Add threading support for Cygwin host (#145314)Tomohiro Kashiwada
2025-06-06[Support] Properly zero initialize CPU set when querying affinity (#142924)Christian Ulmann
2025-06-04[lldb][llvm][AIX] Added support for getProcFile with TID (#142586)Hemang Gadhavi
2025-01-28[llvm] Android has sched_getaffinity() now (#124689)Brad Smith
2024-12-18[llvm][Support] Use __NR_gettid on Linux for compat with older glibc (#120007)Brad Smith
2024-10-10[Support] Include Support/thread.h before api implementations (#111175)Thomas Fransham
2024-10-03Fix have pthread_getname for some system (#110854)William Moses
2024-09-10[llvm][Support] Determine the max thread length on Haiku (#107801)Brad Smith
2024-09-02[llvm][Support] Add support for thread naming under DragonFly BSD and Solaris...Brad Smith
2024-09-02[llvm][Support] Adjust maximum thread name length to the right value for Open...Brad Smith
2024-09-02Add support for retrieving the thread ID on DragonFly BSD (#106938)Brad Smith
2024-09-02[llvm][Support] Simplify HAVE_PTHREAD_GETNAME/SETNAME_NP handling. NFCI (#106...Brad Smith
2024-04-01[llvm][Support] Use `thread_local` caching for llvm::get_threadid() query on ...Jeff Niu
2023-09-29[AIX][PowerPC] Teach the Threading Library About the Number of Physical Cores...Qiongsi Wu
2022-12-16[Support] llvm::Optional => std::optionalFangrui Song
2022-11-29[Support] Move getHostNumPhysicalCores to Threading.hArchibald Elliott
2022-11-26[Support] Apply clang-format on .inc files. NFC.Alexandre Ganea
2022-11-23Host: Internalize computeHostNumPhysicalCores/computeHostNumHardwareThreadsFangrui Song
2022-11-23Revert "Host: Internalize computeHostNumPhysicalCores/computeHostNumHardwareT...Fangrui Song
2022-11-23Host: Internalize computeHostNumPhysicalCores/computeHostNumHardwareThreadsFangrui Song
2022-05-16Add ThreadPriority::Low, and use QoS class Utility on Macstk
2021-07-09[Support] reorder Threading includes to avoid conflict with FreeBSD headersTim Northover
2021-07-08Recommit: Support: add llvm::thread class that supports specifying stack size.Tim Northover
2021-07-08Revert "Support: add llvm::thread class that supports specifying stack size."Tim Northover
2021-07-08Support: add llvm::thread class that supports specifying stack size.Tim Northover
2020-11-29Implement computeHostNumHardwareThreads() for FreeBSDDimitry Andric
2020-07-02call ::pthread_detach on llvm_execute_on_thread_implNathan James
2020-06-27Add OpenBSD support to be able to retrieve the thread idBrad Smith
2020-04-19[CMake] Delete HAVE_SCHED_GETAFFINITY and HAVE_CPU_COUNTFangrui Song
2020-03-27[ThinLTO] Allow usage of all hardware threads in the systemAlexandre Ganea
2020-02-14[Support] On Windows, ensure hardware_concurrency() extends to all CPU socket...Alexandre Ganea
2019-10-23Reland "[Support] Add a way to run a function on a detached thread""Sam McCall
2019-10-23Revert "[Support] Add a way to run a function on a detached thread"Sam McCall
2019-10-23[Support] Add a way to run a function on a detached threadSam McCall
2019-04-16[llvm][Support] Provide interface to set thread prioritiesKadir Cetinkaya
2019-02-07Add OpenBSD support to be able to get the thread nameBrad Smith
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-23Add OpenBSD support to the Threading codeBrad Smith
2018-04-30Remove a dead #ifdef.Nico Weber
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber
2018-04-18[cmake] Improve pthread_[gs]etname_np detection codePavel Labath
2018-02-15Specify namespace for reallocSerge Pavlov
2018-02-13Fix off-by-one in set_thread_name which causes truncation to fail on LinuxSam McCall
2017-11-02Temporary workaround for msan false positive.Sam McCall
2017-08-28Untabify.NAKAMURA Takumi
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-03-04Try to fix thread name truncation on non-Windows.Zachary Turner
2017-03-04Improve the Threading code on NetBSDKamil Rytarowski
2017-03-04Truncate thread names if they're too long.Zachary Turner