HomeSort by relevance Sort by last modified time
    Searched defs:CPU_COUNT (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/libmicrohttpd/src/testcurl/
test_start_stop.c 31 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
32 #undef CPU_COUNT
34 #if !defined(CPU_COUNT)
35 #define CPU_COUNT 2
85 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END);
test_concurrent_stop.c 35 #ifdef CPU_COUNT
36 #undef CPU_COUNT
38 #define CPU_COUNT 40
50 #define PAR CPU_COUNT
196 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT,
test_iplimit.c 47 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
48 #undef CPU_COUNT
50 #if !defined(CPU_COUNT)
51 #define CPU_COUNT 2
214 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT,
perf_get_concurrent.c 44 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
45 #undef CPU_COUNT
47 #if !defined(CPU_COUNT)
48 #define CPU_COUNT 2
60 #define PAR CPU_COUNT
272 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END);
test_get_chunked.c 43 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
44 #undef CPU_COUNT
46 #if !defined(CPU_COUNT)
47 #define CPU_COUNT 2
253 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END);
test_get_response_cleanup.c 51 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
52 #undef CPU_COUNT
54 #if !defined(CPU_COUNT)
55 #define CPU_COUNT 2
212 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END);
test_large_put.c 39 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
40 #undef CPU_COUNT
42 #if !defined(CPU_COUNT)
43 #define CPU_COUNT 2
277 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT,
test_post_loop.c 40 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
41 #undef CPU_COUNT
43 #if !defined(CPU_COUNT)
44 #define CPU_COUNT 2
252 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END);
test_postform.c 42 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
43 #undef CPU_COUNT
45 #if !defined(CPU_COUNT)
46 #define CPU_COUNT 2
300 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT,
test_process_headers.c 40 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
41 #undef CPU_COUNT
43 #if !defined(CPU_COUNT)
44 #define CPU_COUNT 2
260 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END);
test_put.c 39 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
40 #undef CPU_COUNT
42 #if !defined(CPU_COUNT)
43 #define CPU_COUNT 2
250 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END);
test_put_chunked.c 40 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
41 #undef CPU_COUNT
43 #if !defined(CPU_COUNT)
44 #define CPU_COUNT 2
260 MHD_OPTION_THREAD_POOL_SIZE, CPU_COUNT, MHD_OPTION_END);
test_quiesce.c 42 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
43 #undef CPU_COUNT
45 #if !defined(CPU_COUNT)
46 #define CPU_COUNT 2
440 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, 0);
446 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_POLL);
451 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_EPOLL_LINUX_ONLY);
  /external/libmicrohttpd/src/examples/
benchmark.c 28 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
29 #undef CPU_COUNT
31 #if !defined(CPU_COUNT)
32 #define CPU_COUNT 2
44 #define NUMBER_OF_THREADS CPU_COUNT
benchmark_https.c 28 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 2
29 #undef CPU_COUNT
31 #if !defined(CPU_COUNT)
32 #define CPU_COUNT 2
44 #define NUMBER_OF_THREADS CPU_COUNT
  /external/libmicrohttpd/src/testcurl/https/
test_https_get_parallel.c 37 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 4
38 #undef CPU_COUNT
40 #if !defined(CPU_COUNT)
41 #define CPU_COUNT 4
105 int client_count = (CPU_COUNT - 1);
test_https_get_parallel_threads.c 39 #if defined(CPU_COUNT) && (CPU_COUNT+0) < 4
40 #undef CPU_COUNT
42 #if !defined(CPU_COUNT)
43 #define CPU_COUNT 4
105 int client_count = (CPU_COUNT - 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
sched.h 77 # define CPU_COUNT(cpusetp) __CPU_COUNT_S (sizeof (cpu_set_t), cpusetp)
  /bionic/libc/include/
sched.h 83 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /development/ndk/platforms/android-21/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sched.h 85 # define CPU_COUNT(cpusetp) __CPU_COUNT_S (sizeof (cpu_set_t), cpusetp)
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)

Completed in 452 milliseconds

1 2 3