aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime/src/z_Linux_util.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-04[OpenMP] Don't use libproc on Solaris (#142379)Rainer Orth1-20/+10
2025-04-17[OpenMP] Disable load balance on Haiku (#136082)Brad Smith1-4/+0
2025-04-01[OpenMP] [AIX] Add missing } in openmp/runtime/src/z_Linux_util.cpp (#133973)Mark Danial1-0/+2
2025-03-26[OpenMP] Add support for Haiku (#133034)Brad Smith1-7/+14
2024-08-31[OpenMP] Support setting POSIX thread name on *BSD's and Solaris (#106489)Brad Smith1-2/+11
2024-08-13[OpenMP] Rename worker threads for improved debuggability (#102065)HighW4y2H3ll1-0/+7
2024-05-10[OpenMP][AIX] Implement __kmp_get_load_balance() for AIX (#91520)Xing Xue1-9/+74
2024-04-30[OpenMP][AIX] Implement __kmp_is_address_mapped() for AIX (#90516)Xing Xue1-4/+45
2024-04-12[OpenMP] Fix re-locking hang found in issue 86684 (#88539)Jonathan Peyton1-6/+6
2024-04-02[OpenMP] get logical core count on modern apple platform (#87231)nihui1-15/+2
2024-04-02[OpenMP] arm64_32 port for Apple WatchOS (#87246)nihui1-1/+2
2024-03-22[OpenMP][AIX] Affinity implementation for AIX (#84984)Xing Xue1-6/+33
2024-03-14[openmp][wasm] Fix microtask type mismatch (#84355)Andrew Brown1-30/+77
2024-03-10[openmp] adding affinity support to DragonFlyBSD. (#84672)David CARLIER1-4/+4
2024-03-09[openmp] porting affinity feature to netbsd. (#84618)David CARLIER1-3/+9
2024-03-08[OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (#82930)David CARLIER1-4/+68
2024-02-25[OpenMP] Implement __kmp_is_address_mapped on DragonFlyBSD. (#82895)David CARLIER1-5/+46
2024-01-09[openmp][AIX] Add AIX to __kmp_set_stack_info() (#77421)Brad Smith1-1/+1
2024-01-08[openmp][AIX]Initial changes for porting to AIX (#76841)Xing Xue1-5/+16
2023-12-14[openmp][wasm] Allow compiling OpenMP to WebAssembly (#71297)Andrew Brown1-3/+13
2023-12-11[OpenMP] Change check for OS to check for defined for a macro (#75012)Brad Smith1-1/+1
2023-11-17[OpenMP] Add missing pieces in __kmp_launch_worker for Solaris support (#72613)Brad Smith1-2/+2
2023-11-09[OpenMP] Fix a condition for KMP_OS_SOLARIS. (#71831)xingxue-ibm1-1/+1
2023-11-03Add openmp support to System z (#66081)Neale Ferguson1-1/+1
2023-11-02[OpenMP] Add support for Solaris/x86_64 (#70593)Brad Smith1-6/+17
2023-10-29[OpenMP] Add missing bit with the Hurd support (#70609)Brad Smith1-1/+1
2023-10-29[OpenMP] Make use of getloadavg() on *BSD OS's (#70586)Brad Smith1-1/+2
2023-09-20[OpenMP][VE] Limit the number of threads to create (#66729)Kazushi Marukawa1-0/+8
2023-09-13Fix /tmp approach, and add environment variable method as third fallback duri...Terry Wilmarth1-0/+24
2023-09-10[OpenMP][VE] Support OpenMP runtime on VEKazushi (Jam) Marukawa1-1/+1
2023-08-22[OpenMP] Let primary thread gather topology info for each worker threadJonathan Peyton1-1/+1
2023-08-18[OpenMP] Add option to use different units for blocktimeTerry Wilmarth1-4/+7
2023-07-31[OpenMP] Introduce hybrid core attributes to OMP_PLACES and KMP_AFFINITYJonathan Peyton1-0/+1
2023-07-05[OpenMP] Minor improvement in error msg and fixes few coverity reported issuesNawrin Sultana1-1/+4
2022-12-08[openmp] Provide an assembly implementation of __kmp_invoke_microtask on ARMMartin Storsjö1-1/+2
2022-12-06[OpenMP][libomp] Cleanup version script and exported symbolsJonathan Peyton1-1/+7
2022-11-13Move variable declarations out of #if guard, NFCKrzysztof Parzyszek1-3/+4
2022-10-28[OpenMP][libomp] Add hidden helper affinityJonathan Peyton1-1/+2
2022-10-28[OpenMP][libomp] Parameterize affinity functionsJonathan Peyton1-16/+14
2022-10-03[OpenMP][libomp] Allow unused-but-set warningsJonathan Peyton1-2/+4
2022-09-19[OpenMP] Add LoongArch64 supportSignKirigami1-1/+1
2022-08-12[openmp] Remove __ANDROID_API__ < 19 workaroundFangrui Song1-7/+0
2022-07-19[OpenMP][libomp] Fix /dev/shm pollution after forked child process terminatesAndreyChurbanov1-1/+7
2021-11-17[OpenMP][libomp] Add support for offline CPUs in LinuxPeyton, Jonathan L1-2/+6
2021-11-17[OpenMP][libomp][NFC] Remove non-ASCII apostrophe in commentJonathan Peyton1-1/+1
2021-07-30[OpenMP][NFC] libomp: silence warnings on unused variables.AndreyChurbanov1-0/+2
2021-07-29[OpenMP] libomp: Add new experimental barrier: two-level distributed barrierTerry Wilmarth1-16/+74
2021-07-12[OpenMP] Remove TSAN annotations from libompJoachim Protze1-4/+0
2021-07-01[OpenMP] Fix a few issues with hidden helper taskHansang Bae1-0/+40
2021-06-29Revert "[OpenMP] Add Two-level Distributed Barrier"Johannes Doerfert1-74/+16