summaryrefslogtreecommitdiff
path: root/system/gd/os/linux_generic/queue_unittest.cc
AgeCommit message (Expand)Author
2022-03-09check check, is anyone there? *static*Zach Johnson
2020-05-18Format gd/os with new clang-formatZach Johnson
2020-03-05OS Queue and Reactor: Minor fixesHansong Zhang
2020-03-03Queue: Wait for unregistration if on different threadHansong Zhang
2019-07-25OS: Account for enqueue/dequeue raceMyles Watson
2019-07-23OS: Get promise before registering in testsMyles Watson
2019-07-09ACL manager certHansong Zhang
2019-06-19OS Queue: Add Enqueue BufferHansong Zhang
2019-06-12Replace std::function with base::ClosureHansong Zhang
2019-06-12OS: Add ordering guarantees for Handler.Clear()Myles Watson
2019-06-03OS: Add death tests for en/de-queue registrationMyles Watson
2019-06-03Revert "OS: Construct Handler using Reactor"Myles Watson
2019-05-24OS: Construct Handler using ReactorMyles Watson
2019-05-24Queue: Store callbacks in the runnableMyles Watson
2019-05-17QueueTest: UnregisterDequeue before promise set valueChienyuan
2019-04-12Implement QueueChienyuan