Home
last modified time | relevance | path

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

/base/startup/init/test/unittest/param/
H A Dclient_unittest.cpp67 static const int threadMaxNumer = 2; in TestForMultiThread() local
69 pthread_t tids[threadMaxNumer + threadMaxNumer]; in TestForMultiThread()
77 for (size_t i = 0; i < threadMaxNumer; i++) { in TestForMultiThread()
81 for (size_t i = threadMaxNumer; i < threadMaxNumer + threadMaxNumer; i++) { in TestForMultiThread()
85 for (size_t i = 0; i < threadMaxNumer + threadMaxNumer; i++) { in TestForMultiThread()

Completed in 1 milliseconds