Home
last modified time | relevance | path

Searched refs:NumberOfThreads (Results 1 – 8 of 8) sorted by relevance

/external/scudo/standalone/tests/
Dmutex_test.cpp58 const scudo::u32 NumberOfThreads = 8; variable
87 pthread_t Threads[NumberOfThreads]; in TEST()
88 for (scudo::u32 I = 0; I < NumberOfThreads; I++) in TEST()
90 for (scudo::u32 I = 0; I < NumberOfThreads; I++) in TEST()
98 pthread_t Threads[NumberOfThreads]; in TEST()
99 for (scudo::u32 I = 0; I < NumberOfThreads; I++) in TEST()
101 for (scudo::u32 I = 0; I < NumberOfThreads; I++) in TEST()
Dquarantine_test.cpp235 const scudo::uptr NumberOfThreads = 32U; in TEST() local
236 pthread_t T[NumberOfThreads]; in TEST()
237 for (scudo::uptr I = 0; I < NumberOfThreads; I++) in TEST()
239 for (scudo::uptr I = 0; I < NumberOfThreads; I++) in TEST()
/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.cc84 for (ULONG i = 0; i < thread_list->NumberOfThreads; ++i) { in HasTebs()
101 thread_list->NumberOfThreads > 0) { in HasPeb()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h70 int NumberOfThreads(int width, int height, int number_of_cores);
Dvp9_impl.cc323 NumberOfThreads(config_->g_w, config_->g_h, number_of_cores); in InitEncode()
372 int VP9EncoderImpl::NumberOfThreads(int width, in NumberOfThreads() function in webrtc::VP9EncoderImpl
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.h72 int NumberOfThreads(int width, int height, int number_of_cores);
Dvp8_impl.cc542 configurations_[0].g_threads = NumberOfThreads( in InitEncode()
625 int VP8EncoderImpl::NumberOfThreads(int width, int height, int cpus) { in NumberOfThreads() function in webrtc::VP8EncoderImpl
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1007 ULONG32 NumberOfThreads; member
1023 ULONG32 NumberOfThreads; member