• Yedidya Feldblum's avatar
    Remove pthread_yield support · 2c8de414
    Yedidya Feldblum authored
    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
    2c8de414
configure.ac 16.5 KB