Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/binderfs/
A Dbinderfs_test.c26 #define DEFAULT_THREADS 4 macro
404 pthread_t threads[DEFAULT_THREADS]; in TEST()
452 if (nthreads > DEFAULT_THREADS) in TEST()
453 nthreads = DEFAULT_THREADS; in TEST()
/linux/tools/testing/selftests/mount_setattr/
A 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()

Completed in 33 milliseconds