[PATCH] D30526: [Support] Add functions to get and set thread name.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 23:44:31 PST 2017


zturner updated this revision to Diff 90288.
zturner added a comment.

Fix a mistake in the linux implementation.  I originally had this returning an `llvm::Error`, but it seemed obnoxious / unnecessary to have to check the return value of a function which is documented as being "best effort"


https://reviews.llvm.org/D30526

Files:
  llvm/include/llvm/Support/Threading.h
  llvm/lib/Support/Threading.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30526.90288.patch
Type: text/x-patch
Size: 5165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170302/02be31d9/attachment.bin>


More information about the llvm-commits mailing list