add missing include to ThreadId.h
[folly.git] / folly / test / ThreadNameTest.cpp
2017-05-04 Christopher DykesAdd support for getting the current thread's name
2017-04-25 Christopher DykesShift the implementation of setThreadName out of the...
2017-01-16 Christopher DykesSupport setting thread name via std::thread::id
2017-01-04 Yedidya Feldblum2017
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-01 Eric NieblerAdd ScopeGuard.h include in places where it is needed.
2016-07-18 Wez Furlongfolly: improve setThreadName for macOS
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-10-16 Yedidya FeldblumSpecialize and implement setThreadName only on some...