summaryrefslogtreecommitdiffstats
path: root/clang/docs/LibASTMatchersReference.html
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-07-16 19:03:16 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-07-16 19:03:16 +0000
commit17096d7669051be0dc42b0058b5eb44d9d0c479a (patch)
treeb5a40d0eebf5145f325fd18384d31d3b6caf3ec9 /clang/docs/LibASTMatchersReference.html
parent722214402aa7dbfe8c647427cb48ea30ee535eb6 (diff)
downloadbcm5719-llvm-17096d7669051be0dc42b0058b5eb44d9d0c479a.tar.gz
bcm5719-llvm-17096d7669051be0dc42b0058b5eb44d9d0c479a.zip
Add Host::MAX_THREAD_NAME_LENGTH constant.
This value gets set to a max uint32_t value when there is no known limit; otherwise, it is set to a value appropriate for the platform. For the moment, only Linux, FreeBSD and NetBSD set it to 16. All other platforms set it to the max uint32_t value. Modifies the Process private state thread names to fit within a 16-character limit when the max thread name length is <= 16. These guarantee that the thread names can be distinguished within the first 16 characters. Prior to this change, those threads had names in the final dotted name segment that were not distinguishable within the first 16 characters. llvm-svn: 213183
Diffstat (limited to 'clang/docs/LibASTMatchersReference.html')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud