Searched
refs:threads (Results
476 -
500 of
1186) sorted by null
<<11121314151617181920>>
/frameworks/native/include/binder/ |
ProcessState.h | 25 #include <utils/threads.h> 90 // Number of binder threads current executing a command. 92 // Maximum number for binder threads allowed for this process.
|
/frameworks/native/include/gui/ |
ConsumerBase.h | 26 #include <utils/threads.h>
|
/frameworks/native/opengl/libagl/ |
TextureObjectManager.h | 25 #include <utils/threads.h>
|
/frameworks/native/services/surfaceflinger/ |
EventThread.h | 27 #include <utils/threads.h>
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
tile_independence_test.cc | 35 cfg.threads = 1;
|
/hardware/intel/common/utils/ISV/include/ |
isv_processor.h | 25 #include <utils/threads.h>
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
DisplayAnalyzer.h | 19 #include <utils/threads.h>
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioUsbALSA.h | 40 #include <utils/threads.h>
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_socketserver.py | 295 threads = [] 303 threads.append((t, s)) 304 for t, s in threads: 307 for t, s in threads: 313 # If the import lock is held, the threads will hang
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_socketserver.py | 295 threads = [] 303 threads.append((t, s)) 304 for t, s in threads: 307 for t, s in threads: 313 # If the import lock is held, the threads will hang
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/ |
processor.h | 22 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/ |
processor.h | 22 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/ |
processor.h | 22 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/ |
processor.h | 22 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/ |
processor.h | 22 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/ |
processor.h | 22 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/ |
processor.h | 22 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/ |
processor.h | 22 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/ |
processor.h | 22 #include <linux/threads.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_socketserver.py | 295 threads = [] 303 threads.append((t, s)) 304 for t, s in threads: 307 for t, s in threads: 313 # If the import lock is held, the threads will hang
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_socketserver.py | 295 threads = [] 303 threads.append((t, s)) 304 for t, s in threads: 307 for t, s in threads: 313 # If the import lock is held, the threads will hang
|
/system/core/adb/ |
sysdeps_test.cpp | 42 std::vector<adb_thread_t> threads(500); 43 for (size_t i = 0; i < threads.size(); ++i) { 44 ASSERT_TRUE(adb_thread_create(increment_atomic_int, &counter, &threads[i])); 49 // Make sure that adb_thread_create actually creates threads, and doesn't do something silly 54 for (const auto& thread : threads) {
|
/system/core/include/utils/ |
BlobCache.h | 25 #include <utils/threads.h>
|
/system/extras/simpleperf/ |
event_selection_set.cpp | 196 bool EventSelectionSet::OpenEventFilesForThreadsOnCpus(const std::vector<pid_t>& threads, 205 return OpenEventFiles(threads, cpus); 208 bool EventSelectionSet::OpenEventFiles(const std::vector<pid_t>& threads, 211 for (auto& tid : threads) { 226 << (tid == -1 ? "all threads" : android::base::StringPrintf(" thread %d", tid));
|
/art/runtime/ |
thread_pool.cc | 128 // Wait for all of the threads to attach. 132 void ThreadPool::SetMaxActiveWorkers(size_t threads) { 134 CHECK_LE(threads, GetThreadCount()); 135 max_active_workers_ = threads; 148 // Wait for the threads to finish. 169 // Ensure that we don't use more threads than the maximum active workers.
|
Completed in 1161 milliseconds
<<11121314151617181920>>