/external/clang/test/OpenMP/ |
ordered_messages.cpp | 29 #pragma omp ordered threads threads // expected-error {{directive '#pragma omp ordered' cannot contain more than one 'threads' clause}} 43 #pragma omp ordered threads // expected-error {{'ordered' directive with 'threads' clause cannot be closely nested inside ordered region with specified parameter}} 61 #pragma omp ordered threads // expected-error {{OpenMP constructs may not be nested inside a simd region}} 75 #pragma omp ordered threads // expected-error {{OpenMP constructs may not be nested inside a simd region}} 89 #pragma omp ordered threads // expected-error {{OpenMP constructs may not be nested inside a simd region}} 109 #pragma omp ordered depend(source) threads // expected-error {{'depend' clauses cannot be mixed with 'threads' clause} [all...] |
/external/opencv3/modules/stitching/src/cuda/ |
build_warp_maps.cu | 167 dim3 threads(32, 8); 168 dim3 grid(divUp(cols, threads.x), divUp(rows, threads.y)); 170 buildWarpMapsKernel<PlaneMapper><<<grid,threads>>>(tl_u, tl_v, cols, rows, map_x, map_y); 188 dim3 threads(32, 8); 189 dim3 grid(divUp(cols, threads.x), divUp(rows, threads.y)); 191 buildWarpMapsKernel<CylindricalMapper><<<grid,threads>>>(tl_u, tl_v, cols, rows, map_x, map_y); 209 dim3 threads(32, 8); 210 dim3 grid(divUp(cols, threads.x), divUp(rows, threads.y)) [all...] |
/external/deqp/external/glslang/ |
osinclude.cpp | 87 void OS_WaitForAllThreads (void* threads, int numThreads) 91 const deThread thread = (deThread)(deUintptr)((void**)threads)[ndx];
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/ |
LazyThreadGroupReference.java | 68 @Override public List<ThreadReference> threads() { method in class:LazyThreadGroupReference 69 return getValue().threads();
|
/cts/suite/audio_quality/lib/include/ |
FileUtil.h | 24 #include <utils/threads.h>
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
smp.h | 24 #include <linux/threads.h>
|
/external/autotest/client/tests/monotonic_time/src/ |
threads.c | 14 #include "threads.h" 26 static thread_t threads[MAX_THREADS]; variable 48 * Create a set of threads each of which is bound to one of 50 * Returns the number of threads created. 64 thread = &threads[num_threads++]; 83 * Create nthreads threads. 84 * Returns the number of threads created. 95 thread = &threads[num_threads++]; 113 * Join with the set of previsouly created threads. 118 pthread_join(threads[--num_threads].thread, NULL) [all...] |
/external/opencv3/modules/cudaimgproc/src/cuda/ |
blend.cu | 72 dim3 threads(16, 16); 73 dim3 grid(divUp(cols * cn, threads.x), divUp(rows, threads.y)); 75 blendLinearKernel<<<grid, threads, 0, stream>>>(rows, cols * cn, cn, img1, img2, weights1, weights2, result); 108 dim3 threads(16, 16); 109 dim3 grid(divUp(cols, threads.x), divUp(rows, threads.y)); 111 blendLinearKernel8UC4<<<grid, threads, 0, stream>>>(rows, cols, img1, img2, weights1, weights2, result);
|
/external/skia/tools/flags/ |
SkCommonFlags.h | 25 DECLARE_int32(threads); variable
|
/external/valgrind/none/tests/ |
tls.c | 90 pthread_t threads[NTESTS*2]; local 96 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]); 97 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]); 101 pthread_join(threads[i], NULL);
|
/frameworks/av/include/common_time/ |
local_clock.h | 25 #include <utils/threads.h>
|
/frameworks/av/services/mediaresourcemanager/ |
ServiceLog.h | 23 #include <utils/threads.h>
|
/frameworks/native/include/private/binder/ |
Static.h | 20 #include <utils/threads.h>
|
/frameworks/native/opengl/libagl/ |
TokenManager.h | 24 #include <utils/threads.h>
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
VsyncManager.h | 20 #include <utils/threads.h>
|
/hardware/qcom/display/msm8084/libqdutils/ |
idle_invalidator.h | 34 #include <utils/threads.h>
|
qd_utils.h | 33 #include <utils/threads.h>
|
/hardware/qcom/display/msm8226/libqdutils/ |
idle_invalidator.h | 34 #include <utils/threads.h>
|
/hardware/qcom/display/msm8909/libqdutils/ |
idle_invalidator.h | 34 #include <utils/threads.h>
|
/hardware/qcom/display/msm8960/libqdutils/ |
idle_invalidator.h | 34 #include <utils/threads.h>
|
/hardware/qcom/display/msm8994/libqdutils/ |
idle_invalidator.h | 34 #include <utils/threads.h>
|
/libcore/luni/src/test/java/tests/security/ |
SecureRandomTest.java | 78 int threads = 2; local 79 ExecutorService executor = Executors.newFixedThreadPool(threads); 81 for (int t = 0; t < threads; t++) { 92 for (int i = 0; i < threads; i++) {
|
/packages/services/Car/libvehiclenetwork/include/ |
HandlerThread.h | 21 #include <utils/threads.h>
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/ |
smp.h | 24 #include <linux/threads.h>
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/ |
smp.h | 24 #include <linux/threads.h>
|