Home
last modified time | relevance | path

Searched refs:DEFAULT_THREADS (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c26 #define DEFAULT_THREADS 4 macro
405 pthread_t threads[DEFAULT_THREADS]; in TEST()
454 if (nthreads > DEFAULT_THREADS) in TEST()
455 nthreads = DEFAULT_THREADS; in TEST()
/linux-6.15/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c86 #define DEFAULT_THREADS 4 macro
933 pthread_t threads[DEFAULT_THREADS]; in TEST_F()
943 if (nthreads > DEFAULT_THREADS) in TEST_F()
944 nthreads = DEFAULT_THREADS; in TEST_F()