Add futexTimedWait
authorSarang Masti <mssarang@fb.com>
Mon, 9 Dec 2013 23:08:02 +0000 (15:08 -0800)
committerJordan DeLong <jdelong@fb.com>
Fri, 20 Dec 2013 21:07:37 +0000 (13:07 -0800)
commitc3637eb86ac4fa24fbee20b39373011b50a05404
treea1ac9bdc57a0b81e1078de4399f69983862281ed
parent790628410e0afadcc904a25e4e855bfd53054099
Add futexTimedWait

Summary:
Add futexTimedWait to Futex which allows callers to wait on the futex
for a specified max duration.

Test Plan: -- Ran all unitests

Reviewed By: ngbronson@fb.com

FB internal diff: D1090115
folly/detail/Futex.cpp [new file with mode: 0644]
folly/detail/Futex.h
folly/test/DeterministicSchedule.cpp
folly/test/DeterministicSchedule.h
folly/test/FutexTest.cpp