Home
last modified time | relevance | path

Searched refs:poll_flag (Results 1 – 7 of 7) sorted by relevance

/external/libmicrohttpd/src/testcurl/
Dtest_start_stop.c53 testInternalGet (int poll_flag) in testInternalGet() argument
57 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
66 testMultithreadedGet (int poll_flag) in testMultithreadedGet() argument
70 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testMultithreadedGet()
79 testMultithreadedPoolGet (int poll_flag) in testMultithreadedPoolGet() argument
83 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
Dperf_get_concurrent.c233 testInternalGet (int port, int poll_flag) in testInternalGet() argument
237 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
243 stop (poll_flag ? "internal poll" : "internal select"); in testInternalGet()
250 testMultithreadedGet (int port, int poll_flag) in testMultithreadedGet() argument
254 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testMultithreadedGet()
260 stop (poll_flag ? "thread with poll" : "thread with select"); in testMultithreadedGet()
266 testMultithreadedPoolGet (int port, int poll_flag) in testMultithreadedPoolGet() argument
270 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
277 stop (poll_flag ? "thread pool with poll" : "thread pool with select"); in testMultithreadedPoolGet()
Dperf_get.c181 testInternalGet (int port, int poll_flag) in testInternalGet() argument
195 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
229 stop (poll_flag == MHD_USE_POLL ? "internal poll" : in testInternalGet()
230 poll_flag == MHD_USE_EPOLL_LINUX_ONLY ? "internal epoll" : "internal select"); in testInternalGet()
241 testMultithreadedGet (int port, int poll_flag) in testMultithreadedGet() argument
255 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testMultithreadedGet()
289 stop ((poll_flag & MHD_USE_POLL) ? "thread with poll" : in testMultithreadedGet()
290 (poll_flag & MHD_USE_EPOLL_LINUX_ONLY) ? "thread with epoll" : "thread with select"); in testMultithreadedGet()
300 testMultithreadedPoolGet (int port, int poll_flag) in testMultithreadedPoolGet() argument
314 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
[all …]
Dtest_get.c111 testInternalGet (int poll_flag) in testInternalGet() argument
122 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
161 testMultithreadedGet (int poll_flag) in testMultithreadedGet() argument
172 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testMultithreadedGet()
211 testMultithreadedPoolGet (int poll_flag) in testMultithreadedPoolGet() argument
222 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
385 testUnknownPortGet (int poll_flag) in testUnknownPortGet() argument
404 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testUnknownPortGet()
459 testStopRace (int poll_flag) in testStopRace() argument
465 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testStopRace()
[all …]
Dtest_concurrent_stop.c169 testMultithreadedGet (int port, int poll_flag) in testMultithreadedGet() argument
174 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | poll_flag, in testMultithreadedGet()
187 testMultithreadedPoolGet (int port, int poll_flag) in testMultithreadedPoolGet() argument
192 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testMultithreadedPoolGet()
Dtest_urlparse.c126 testInternalGet (int poll_flag) in testInternalGet() argument
137 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
Dtest_quiesce.c182 testGet (int type, int pool_count, int poll_flag) in testGet() argument
197 d = MHD_start_daemon (type | MHD_USE_DEBUG | MHD_USE_PIPE_FOR_SHUTDOWN | poll_flag, in testGet()
202 d = MHD_start_daemon (type | MHD_USE_DEBUG | MHD_USE_PIPE_FOR_SHUTDOWN | poll_flag, in testGet()