Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c26 #define DEFAULT_THREADS 4 macro
406 pthread_t threads[DEFAULT_THREADS]; in TEST()
455 if (nthreads > DEFAULT_THREADS) in TEST()
456 nthreads = DEFAULT_THREADS; in TEST()
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c86 #define DEFAULT_THREADS 4 macro
902 pthread_t threads[DEFAULT_THREADS]; in TEST_F()
912 if (nthreads > DEFAULT_THREADS) in TEST_F()
913 nthreads = DEFAULT_THREADS; in TEST_F()