platform_system_core/adb/fdevent
Anatol Pomazau 7b2ff6debc Add header that declares atomic primitives
It fixes a compilation issue:

/fdevent/fdevent_poll.cpp -o core/adb/fdevent/fdevent_poll.cpp.o
In file included from core/adb/fdevent/fdevent_poll.cpp:20:
In file included from core/adb/fdevent/fdevent_poll.h:29:
core/adb/fdevent/fdevent.h:106:10: error: no template named 'atomic' in namespace 'std'
    std::atomic<bool> terminate_loop_ = false;
    ~~~~~^

Change-Id: I5305a69a50e2638f514c5a7d47a9612b8ee38c69
2019-08-08 23:30:42 +00:00
..
fdevent.cpp adb: fdevent: extract Add/Del/SetTimeout. 2019-07-08 18:32:24 -07:00
fdevent.h Add header that declares atomic primitives 2019-08-08 23:30:42 +00:00
fdevent_poll.cpp adb: fdevent: extract Add/Del/SetTimeout. 2019-07-08 18:32:24 -07:00
fdevent_poll.h adb: fdevent: extract Add/Del/SetTimeout. 2019-07-08 18:32:24 -07:00
fdevent_test.cpp adb: move fdevent to its own folder. 2019-07-08 14:37:27 -07:00
fdevent_test.h adb: fdevent: move run queue to fdevent_context. 2019-07-08 18:05:47 -07:00