OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASIO_HAS_DEV_POLL
(Results
1 - 5
of
5
) sorted by null
/external/parameter-framework/asio-1.10.6/include/asio/detail/
reactor.hpp
19
#elif defined(
ASIO_HAS_DEV_POLL
)
reactor_fwd.hpp
22
#elif defined(
ASIO_HAS_DEV_POLL
)
config.hpp
179
# if !defined(
ASIO_HAS_DEV_POLL
)
181
# define
ASIO_HAS_DEV_POLL
1
183
# endif // !defined(
ASIO_HAS_DEV_POLL
)
select_reactor.hpp
17
#if defined(ASIO_HAS_IOCP) || (!defined(
ASIO_HAS_DEV_POLL
) && !defined(ASIO_HAS_EPOLL) && !defined(ASIO_HAS_KQUEUE) && !defined(ASIO_WINDOWS_RUNTIME))
183
// || (!defined(
ASIO_HAS_DEV_POLL
)
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
select_reactor.hpp
17
#if defined(ASIO_HAS_IOCP) || (!defined(
ASIO_HAS_DEV_POLL
) && !defined(ASIO_HAS_EPOLL) && !defined(ASIO_HAS_KQUEUE) && !defined(ASIO_WINDOWS_RUNTIME))
75
// || (!defined(
ASIO_HAS_DEV_POLL
)
Completed in 61 milliseconds