• Yedidya Feldblum's avatar
    Use the portable test semaphore in DeterministicSchedule · c8f7015f
    Yedidya Feldblum authored
    Summary: [Folly] Use the portable test semaphore in `DeterministicSchedule`, v.s. `sem_t` which is not portable everywhere. The portable test semaphore is implemented purely in terms of `std::mutex` and `std::condition_variable`, and is therefore portable.
    
    Reviewed By: nbronson
    
    Differential Revision: D15909982
    
    fbshipit-source-id: 63b3e5d16864ffee9fad20bd2ad46730fba220dd
    c8f7015f
DeterministicSchedule.cpp 14.1 KB