Searched refs:poll_flag (Results 1 – 7 of 7) sorted by relevance
/external/libmicrohttpd/src/testcurl/ |
D | test_start_stop.c | 53 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()
|
D | perf_get_concurrent.c | 233 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()
|
D | perf_get.c | 181 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 …]
|
D | test_get.c | 111 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 …]
|
D | test_concurrent_stop.c | 169 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()
|
D | test_urlparse.c | 126 testInternalGet (int poll_flag) in testInternalGet() argument 137 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, in testInternalGet()
|
D | test_quiesce.c | 182 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()
|