Searched refs:MHD_OPTION_THREAD_POOL_SIZE (Results 1 – 25 of 27) sorted by relevance
12
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
D | test_start_stop.c | 85 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_concurrent_stop.c | 196 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, in testMultithreadedPoolGet()
|
D | test_get_response_cleanup.c | 212 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_iplimit.c | 214 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, in testMultithreadedPoolGet()
|
D | perf_get_concurrent.c | 272 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_get_chunked.c | 253 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_put_chunked.c | 260 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolPut()
|
D | test_quiesce.c | 199 MHD_OPTION_THREAD_POOL_SIZE, pool_count, MHD_OPTION_END); in testGet()
|
D | perf_get.c | 316 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_put.c | 250 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolPut()
|
D | test_process_headers.c | 260 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_post_loop.c | 252 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolPost()
|
D | test_large_put.c | 277 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, in testMultithreadedPoolPut()
|
D | test_get_sendfile.c | 228 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_postform.c | 300 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, in testMultithreadedPoolPost()
|
D | test_get.c | 224 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END); in testMultithreadedPoolGet()
|
D | test_post.c | 283 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, in testMultithreadedPoolPost()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | benchmark.c | 145 MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) NUMBER_OF_THREADS, in main()
|
D | benchmark_https.c | 191 MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) NUMBER_OF_THREADS, in main()
|
D | demo.c | 890 MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) NUMBER_OF_THREADS, in main()
|
D | demo_https.c | 941 MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) NUMBER_OF_THREADS, in main()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 747 MHD_OPTION_THREAD_POOL_SIZE = 14, enumerator
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | daemon.c | 3138 case MHD_OPTION_THREAD_POOL_SIZE: in parse_options_va() 3321 case MHD_OPTION_THREAD_POOL_SIZE: in parse_options_va()
|
/third_party/elfutils/debuginfod/ |
D | debuginfod.cxx | 4241 MHD_OPTION_THREAD_POOL_SIZE, in main() 4256 ? MHD_OPTION_THREAD_POOL_SIZE in main()
|
D | ChangeLog | 219 (main): Activate MHD_OPTION_THREAD_POOL_SIZE if appropriate.
|
12