Add support for getting other threads' names
authorGiuseppe Ottaviano <ott@fb.com>
Wed, 21 Jun 2017 06:03:57 +0000 (23:03 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 21 Jun 2017 06:06:01 +0000 (23:06 -0700)
commitaf5ec753ebabe7de1fc021951edd61d0f49d15a8
treec119bd7266d97c81f541d17ea86d3bd421e04083
parentfc91e3033ab178ae85b54594f7dd09594de19b57
Add support for getting other threads' names

Summary: Complete the `ThreadName.h` API.

Reviewed By: luciang, Orvid

Differential Revision: D5289160

fbshipit-source-id: a48e61093008039da50b1c568364fa5b8744b401
folly/ThreadName.cpp
folly/ThreadName.h
folly/test/ThreadNameTest.cpp