update TimeUtil to use getOSThreadID()
authorAdam Simpkins <simpkins@fb.com>
Tue, 6 Jun 2017 21:09:40 +0000 (14:09 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 6 Jun 2017 21:21:27 +0000 (14:21 -0700)
commitc2bd7be53da2470697729213308947e3467cedb5
tree00715dd47e4e3cd56d22f72674663a98f2012e53
parent68f55ed0e97dea446cf66d429e8b46331cfb9f12
update TimeUtil to use getOSThreadID()

Summary:
Use the newly introduced getOSThreadID() function to get a thread ID for
determining thread scheduling information on Linux.

Reviewed By: yfeldblum

Differential Revision: D5173596

fbshipit-source-id: 3e6fa352c3774986b0ac1f93bd6c7e4a29e08471
folly/io/async/test/TimeUtil.cpp