Match commented argument names with actual names
[folly.git] / folly / ThreadName.cpp
2017-10-18 Yedidya FeldblumSimplify impl of setThreadName
2017-10-17 Yedidya FeldblumMake Range.h and FBString.h mutually independent
2017-06-23 Christopher DykesFix ThreadName.cpp on Windows
2017-06-21 Giuseppe OttavianoAdd support for getting other threads' names
2017-05-05 Christopher DykesFix getCurrentThreadName() on OSX
2017-05-04 Christopher DykesAdd support for getting the current thread's name
2017-05-03 Christopher DykesFix compiling with PThread support on Windows... Again...
2017-05-02 Christopher DykesFix the CMake build on Windows when using PThreads
2017-04-25 Christopher DykesShift the implementation of setThreadName out of the...