Remove pthread_yield support
Summary:[Folly] Remove `pthread_yield` support. * It is not actually part of POSIX - rather, `sched_yield` is. * In C++, we should be using `std::this_thread::yield` anyway. Reviewed By: Gownta Differential Revision: D3056221 fb-gh-sync-id: 2fea55dd7b715149327987d61e5a573ad0455330 shipit-source-id: 2fea55dd7b715149327987d61e5a573ad0455330
Showing
Please register or sign in to comment