Home
last modified time | relevance | path

Searched refs:sys_get_cpu_cores (Results 1 – 14 of 14) sorted by relevance

/dports/security/sslproxy/SSLproxy-0.9.2/tests/testproxy/lp/
H A Dsys.h61 uint32_t sys_get_cpu_cores(void) WUNRES;
H A Dpxythrmgr.c60 ctx->num_thr = 2 * sys_get_cpu_cores(); in pxy_thrmgr_new()
H A Dmain.c104 fprintf(stderr, "%d CPU cores detected\n", sys_get_cpu_cores()); in main_version()
H A Dsys.c549 sys_get_cpu_cores(void) in sys_get_cpu_cores() function
/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dsys.h67 uint32_t sys_get_cpu_cores(void) WUNRES;
H A Dpxythrmgr.c60 ctx->num_thr = 2 * sys_get_cpu_cores(); in pxy_thrmgr_new()
H A Dsys.c732 sys_get_cpu_cores(void) in sys_get_cpu_cores() function
H A Dmain.c143 fprintf(stderr, "%d CPU cores detected\n", sys_get_cpu_cores()); in main_version()
/dports/security/sslsplit/sslsplit-0.5.5/
H A Dsys.h67 uint32_t sys_get_cpu_cores(void) WUNRES;
H A Dpxythrmgr.c108 ctx->num_thr = 2 * sys_get_cpu_cores(); in pxy_thrmgr_new()
H A Dsys.t.c243 fail_unless(sys_get_cpu_cores() >= 1, "Number of CPU cores < 1"); in START_TEST()
H A Dmain.c136 fprintf(stderr, "%d CPU cores detected\n", sys_get_cpu_cores()); in main_version()
H A Dsys.c732 sys_get_cpu_cores(void) in sys_get_cpu_cores() function
/dports/security/sslproxy/SSLproxy-0.9.2/tests/check/
H A Dsys.t.c243 fail_unless(sys_get_cpu_cores() >= 1, "Number of CPU cores < 1"); in START_TEST()