[all-commits] [llvm/llvm-project] 7e31b4: [OpenMP] Use the more appropriate function to retr...
Brad Smith via All-commits
all-commits at lists.llvm.org
Thu Sep 7 18:05:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e31b45d6a2571ff17426930dcbb784473a965b4
https://github.com/llvm/llvm-project/commit/7e31b45d6a2571ff17426930dcbb784473a965b4
Author: Brad Smith <brad at comstyle.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M openmp/runtime/src/kmp_wrapper_getpid.h
Log Message:
-----------
[OpenMP] Use the more appropriate function to retrieve the thread id on OpenBSD (#65553)
Use the getthrid() function instead of a syscall.
More information about the All-commits
mailing list