Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c85 #define DEFAULT_THREADS 4 macro
908 pthread_t threads[DEFAULT_THREADS]; in TEST_F()
918 if (nthreads > DEFAULT_THREADS) in TEST_F()
919 nthreads = DEFAULT_THREADS; in TEST_F()