Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/filesystems/binderfs/
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-v6.1/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c84 #define DEFAULT_THREADS 4 macro
914 pthread_t threads[DEFAULT_THREADS]; in TEST_F()
924 if (nthreads > DEFAULT_THREADS) in TEST_F()
925 nthreads = DEFAULT_THREADS; in TEST_F()