Use the portable test semaphore in DeterministicSchedule
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
Showing
Please register or sign in to comment