diff options
author | Siva Chandra Reddy <sivachandra@google.com> | 2022-07-09 21:44:37 +0000 |
---|---|---|
committer | Siva Chandra Reddy <sivachandra@google.com> | 2022-07-10 05:02:45 +0000 |
commit | 379428c2ac42fd3bd9bd2bf39f226dd6438e72ff (patch) | |
tree | adecf6bcad0d31a52314e16b71aa56da9f944fb9 /llvm/unittests/Support/ErrorTest.cpp | |
parent | 2aa6d56dce293e93240a10ea47222b2ca7d3b3e2 (diff) | |
download | llvm-379428c2ac42fd3bd9bd2bf39f226dd6438e72ff.zip llvm-379428c2ac42fd3bd9bd2bf39f226dd6438e72ff.tar.gz llvm-379428c2ac42fd3bd9bd2bf39f226dd6438e72ff.tar.bz2 |
[libc] Linux threads - store a ptr to the thread attribs in the start args.
Previosly, a pointer to the thread data structure was stored in the
start args. However, the thread data structure need not have the
lifetime of the thread. On the the other hand, thread attributes are
stored on the thread stack so they live as long as the thread lives.
Diffstat (limited to 'llvm/unittests/Support/ErrorTest.cpp')
0 files changed, 0 insertions, 0 deletions