Handle max deadlines in Futex
[folly.git] / folly / detail / Futex.h
2018-01-19 Yedidya FeldblumHandle max deadlines in Futex
2018-01-10 Yedidya FeldblumLet Futex import base-class ctors
2018-01-10 Yedidya FeldblumTweak FutexResult comments
2018-01-10 Yedidya FeldblumFutex::futexWait returns FutexResult
2018-01-10 Yedidya FeldblumSupport for all clock types in Futex
2018-01-10 Yedidya FeldblumUse ptr-to-const in Futex
2018-01-10 Yedidya FeldblumFix some copyright lines in folly/detail/ and folly...
2018-01-07 Yedidya FeldblumTerminal comma for FutexResult enumerators
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-08-02 Greg BentleyFix for building with icc.
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-13 Yedidya FeldblumSort #include lines
2017-01-04 Yedidya Feldblum2017
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Praveen KumarEmulatedFutexAtomic doesn't copy or move
2015-02-02 Nathan Bronsoncautionary comment in futexWake
2014-12-18 Nathan Bronsonfix Futex when steady_clock and system_clock precisions...
2014-10-15 Nathan Bronsonadd emulation of futex() for non-Linux systems
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-12-20 Sarang MastiAdd futexTimedWait
2013-07-01 Nathan BronsonMulti-producer multi-consumer queue with optional blocking