Searched refs:MAX_THREADS (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dt_threads.c44 #define MAX_THREADS (size_t)10 macro
78 pthread_t threads[MAX_THREADS];
87 for (i = 0; i < MAX_THREADS; i++) {
139 pthread_t threads[MAX_THREADS];
150 for (i = 0; i < MAX_THREADS; i++) {
166 ATF_REQUIRE_EQ_MSG(count, MAX_THREADS + 1,
168 count, MAX_THREADS + 1);
209 pthread_t threads[MAX_THREADS];
220 for (i = 0; i < MAX_THREADS; i++) {
236 ATF_REQUIRE_EQ_MSG(count, MAX_THREADS
[all...]
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_list.c51 #define MAX_THREADS 100000 macro
153 if (total_threads > MAX_THREADS)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.c227 #define MAX_THREADS 16 macro
274 WRAP_APR_ERR(apr_thread_pool_create(&thread_pool, 0, MAX_THREADS, pool),

Completed in 113 milliseconds