/external/deqp/framework/delibs/decpp/ |
deBlockBuffer.cpp | 309 vector<Thread*> threads; local 314 threads.push_back(new Consumer(&buffer, rnd.getUint32())); 316 threads.push_back(new Producer(&buffer, rnd.getUint32())); 319 // Start threads. 320 for (vector<Thread*>::iterator i = threads.begin(); i != threads.end(); i++) 329 // Wait for threads to finish. 330 for (vector<Thread*>::iterator i = threads.begin(); i != threads.end(); i++) 336 // Delete threads [all...] |
/external/google-benchmark/src/ |
benchmark_api_internal.h | 30 int threads; // Number of concurrent threads to us member in struct:benchmark::internal::Benchmark::Instance
|
/external/google-breakpad/src/processor/ |
exploitability_linux.cc | 67 process_state_->threads()->at(process_state_->requesting_thread());
|
/external/libcxx/utils/google-benchmark/src/ |
benchmark_api_internal.h | 30 int threads; // Number of concurrent threads to us member in struct:benchmark::internal::Benchmark::Instance
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/ |
stress.c | 21 * -> Create some threads 91 /******** Threads function *********/ 182 pthread_t threads[N * SCALABILITY_FACTOR]; local 196 ret = pthread_create(&threads[i], NULL, threaded, (void *)i); 199 /* Stop the started threads */ 205 pthread_join(threads[i - 1], NULL); 207 UNRESOLVED(ret, "Unable to create enough threads"); 210 /* Every threads were created; we now just wait */ 212 if ((ret = pthread_join(threads[i], NULL))) {
|
/frameworks/av/media/libmedia/include/media/ |
IMediaDeathNotifier.h | 20 #include <utils/threads.h>
|
/frameworks/av/media/libstagefright/include/foundation/ |
AAtomizer.h | 27 #include <utils/threads.h>
|
/frameworks/av/services/mediaresourcemanager/ |
ServiceLog.h | 23 #include <utils/threads.h>
|
/frameworks/base/libs/hwui/thread/ |
Signal.h | 22 #include <utils/threads.h>
|
/frameworks/native/libs/binder/include/binder/ |
BufferedTextOutput.h | 21 #include <utils/threads.h>
|
/frameworks/native/services/surfaceflinger/ |
Barrier.h | 22 #include <utils/threads.h> 32 // Release any threads waiting at the Barrier. 34 // to other threads before they wake up.
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
DisplayAnalyzer.h | 19 #include <utils/threads.h>
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
RingBuffer.h | 24 #include <utils/threads.h>
|
/hardware/qcom/display/msm8226/libqdutils/ |
qd_utils.h | 33 #include <utils/threads.h>
|
/hardware/qcom/display/msm8909/libqdutils/ |
qd_utils.h | 33 #include <utils/threads.h>
|
/hardware/qcom/display/msm8994/libqdutils/ |
qd_utils.h | 33 #include <utils/threads.h>
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
FileChannelImpl.java | 82 // Thread-safe set of IDs of native threads, for signalling 83 private final NativeThreadSet threads = new NativeThreadSet(2); field in class:FileChannelImpl 146 // signal any threads blocked on this channel 147 threads.signalAndWait(); 183 ti = threads.add(); 191 threads.remove(ti); 211 ti = threads.add(); 219 threads.remove(ti); 235 ti = threads.add(); 243 threads.remove(ti) [all...] |
/prebuilts/go/darwin-x86/misc/cgo/stdio/ |
chain.go | 9 // Pass numbers along a chain of threads. 25 // threads, so that this program tests coordination
|
/prebuilts/go/linux-x86/misc/cgo/stdio/ |
chain.go | 9 // Pass numbers along a chain of threads. 25 // threads, so that this program tests coordination
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/ |
kernel_stat.h | 17 #include <linux/threads.h>
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/ |
kernel_stat.h | 17 #include <linux/threads.h>
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/ |
kernel_stat.h | 17 #include <linux/threads.h>
|
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/ |
kernel_stat.h | 17 #include <linux/threads.h>
|
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/ |
kernel_stat.h | 17 #include <linux/threads.h>
|
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/ |
kernel_stat.h | 17 #include <linux/threads.h>
|