Use std::thread::id in Fiber rather than a syscall
Summary: syscall() doesn't exist on Windows, but std::thread::id is standardized, and can do what we need it for, so use it instead. Reviewed By: yfeldblum Differential Revision: D3256064 fb-gh-sync-id: efddac82c117ccd8a53c8c93248529000b4326a5 fbshipit-source-id: efddac82c117ccd8a53c8c93248529000b4326a5
Showing
Please register or sign in to comment