summaryrefslogtreecommitdiff
path: root/EventFlag.cpp
AgeCommit message (Expand)Author
2024-01-29libfmq: wait EventFlag before timeout checkShunkai Yao
2021-08-10Remove unused EventFlag constructorDevin Moore
2021-08-10Remove unused createEventFlag functionDevin Moore
2021-04-07make libfmq host_supportedandroid-s-beta-2android-s-beta-1Devin Moore
2017-10-11Add missing includes.Dan Albert
2017-04-13EventFlag: += unistd.handroid-vts-8.0_r2android-vts-8.0_r1oreo-devSteven Moreland
2017-03-30Add optional retry parameter to EventFlag wait()Hridya Valsaraju
2017-03-03Handle spurious futex wakes in EventFlagHridya Valsaraju
2017-01-19Fix incorrect comment in EventFlag implementation.Hridya Valsaraju
2017-01-11Make EventFlag logging a little bit less noisy by not logging situationsAndreas Huber
2016-12-27Modify Wait() method to take timeout duration in ns.Hridya Valsaraju
2016-12-21Add EventFlag support in default MessageQueue constructor.Hridya Valsaraju
2016-12-21Move all FMQ code to system/libfmq.Hridya Valsaraju