Searched refs:NUM_THREADS (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | findmask.c | 50 #define NUM_THREADS 128 // keep this a power of two macro 62 for (mask = num; mask < (1ULL << (NUM_BITS + 1)); mask += NUM_THREADS) { in thread_func() 129 pthread_t threads[NUM_THREADS]; in main() 133 for (i = 0; i < NUM_THREADS; i++) in main() 136 for (i = 0; i < NUM_THREADS; i++) in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/radix-tree/ |
| H A D | iteration_check.c | 10 #define NUM_THREADS 5 macro 15 static pthread_t threads[NUM_THREADS]; 202 for (i = 0; i < NUM_THREADS; i++) { in iteration_test()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_2000.c | 502 #define NUM_THREADS 3 macro 507 struct test_2002_arg arg[NUM_THREADS] = { }; in xtest_tee_test_2002() 510 pthread_t thr[NUM_THREADS] = { }; in xtest_tee_test_2002() 512 Do_ADBG_BeginSubCase(c, "Stressing with %d threads", NUM_THREADS); in xtest_tee_test_2002() 516 nt = NUM_THREADS; in xtest_tee_test_2002() 538 Do_ADBG_EndSubCase(c, "Stressing with %d threads", NUM_THREADS); in xtest_tee_test_2002()
|
| H A D | regression_1000.c | 1082 #define NUM_THREADS 3 macro 1092 struct test_1013_thread_arg arg[NUM_THREADS] = { }; in xtest_tee_test_1013_single() 1101 pthread_t thr[NUM_THREADS] = { }; in xtest_tee_test_1013_single() 1114 nt = NUM_THREADS; in xtest_tee_test_1013_single() 1140 (void)ADBG_EXPECT_COMPARE_UNSIGNED(c, max_concurrency, <=, NUM_THREADS); in xtest_tee_test_1013_single() 1148 nt = NUM_THREADS; in xtest_tee_test_1013_single() 1198 Do_ADBG_Log(" Number of parallel threads: %d", NUM_THREADS); in xtest_tee_test_1013() 1212 Do_ADBG_Log(" Number of parallel threads: %d", NUM_THREADS); in xtest_tee_test_1013()
|
| H A D | regression_6000.c | 1571 #define NUM_THREADS 4 macro 1574 struct test_6016_thread_arg arg[NUM_THREADS] = { }; in xtest_tee_test_6016_loop() 1579 pthread_t thr[NUM_THREADS] = { }; in xtest_tee_test_6016_loop() 1581 for (m = 0; m < NUM_THREADS; m++) in xtest_tee_test_6016_loop() 1587 for (n = 0; n < NUM_THREADS; n++) { in xtest_tee_test_6016_loop() 1610 Do_ADBG_Log(" threads: %d, loops: %d", NUM_THREADS, loops); in xtest_tee_test_6016_single()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/oprofile/ |
| H A D | op_model_cell.c | 56 #define NUM_THREADS 2 /* number of physical threads in macro 138 static struct pmc_cntrl_data pmc_cntrl[NUM_THREADS][NR_PHYS_CTRS];
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | libgomp.info | 489 the current team may be set either by the 'NUM_THREADS' clause or 3512 The NUM_THREADS argument is 1 if an IF clause is present and false, 3513 or the value of the NUM_THREADS clause, if present, or 0.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | libgomp.info | 489 the current team may be set either by the 'NUM_THREADS' clause or 3512 The NUM_THREADS argument is 1 if an IF clause is present and false, 3513 or the value of the NUM_THREADS clause, if present, or 0.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-6 | 5362 #define NUM_THREADS 3 5403 pthread_t threads[NUM_THREADS]; 5407 for (i = 0; i < NUM_THREADS; i++)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-6 | 5362 #define NUM_THREADS 3 5403 pthread_t threads[NUM_THREADS]; 5407 for (i = 0; i < NUM_THREADS; i++)
|