Specialize and implement setThreadName only on some platforms
Summary: [Folly] Specialize and implement `setThreadName` only on some platforms. With this technique, we can compile setThreadName and programs that call it on MSVC/Windows and on other platforms that don't have the underlying pthread call. This is an alternative to: https://reviews.facebook.net/D46317. Reviewed By: @nbronson Differential Revision: D2535593 fb-gh-sync-id: 09d26f53e3fe69b49326b5b6492a7d59f86db2e8
Showing
Please register or sign in to comment