| /third_party/libuv/docs/code/locks/ |
| D | main.c | 8 void reader(void *n) in reader() 22 void writer(void *n) in writer() 44 uv_thread_t threads[3]; in main() local
|
| /third_party/pulseaudio/src/tests/ |
| D | flist-test.c | 49 int n = 0; in thread_func() local 82 pa_thread *threads[THREADS_MAX]; in main() local
|
| D | once-test.c | 87 unsigned n, i; in START_TEST() local 92 pa_thread* threads[N_THREADS]; in START_TEST() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| D | mutex_test.cc | 47 int threads) { in CreatePool() 69 int threads; member 357 int threads, int iterations, int operations) { in RunTestCommon() 381 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest() argument 393 int threads, int iterations, in RunTestWithInvariantDebugging() 712 int n = 30; in TEST() local 1615 int threads = GetParam(); local 1629 int threads = GetParam(); local 1643 int threads = GetParam(); local 1650 int threads = GetParam(); local [all …]
|
| /third_party/ltp/testcases/kernel/sched/pthreads/ |
| D | pth_str03.c | 51 pthread_t *threads; /* dynamic array of thread id of kids */ member 165 int n, sum = 1, partial_exp = 1; in num_nodes() local
|
| /third_party/benchmark/include/benchmark/ |
| D | benchmark.h | 744 int threads() const { return threads_; } in threads() function 812 inline BENCHMARK_ALWAYS_INLINE bool State::KeepRunningBatch(IterationCount n) { in KeepRunningBatch() 816 inline BENCHMARK_ALWAYS_INLINE bool State::KeepRunningInternal(IterationCount n, in KeepRunningInternal() 1252 #define BENCHMARK_PRIVATE_NAME(n) \ argument 1262 #define BENCHMARK_PRIVATE_DECLARE(n) \ argument 1273 #define BENCHMARK(n) \ argument 1280 #define BENCHMARK_WITH_ARG(n, a) BENCHMARK(n)->Arg((a)) argument 1281 #define BENCHMARK_WITH_ARG2(n, a1, a2) BENCHMARK(n)->Args({(a1), (a2)}) argument 1282 #define BENCHMARK_WITH_UNIT(n, t) BENCHMARK(n)->Unit((t)) argument 1283 #define BENCHMARK_RANGE(n, lo, hi) BENCHMARK(n)->Range((lo), (hi)) argument [all …]
|
| /third_party/ltp/testcases/realtime/func/rt-migrate/ |
| D | rt-migrate.c | 109 int n; in ftrace_write() local 397 pthread_t *threads; in main() local
|
| /third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
| D | PerfTest.java | 96 protected int threads; field in PerfTest 243 public final long time(long n) { in time() 279 long n = loops; in run() local 688 int n = reader.read(buffer, pos, length - pos); in readToEOS() local 724 int n = stream.read(buffer, pos, length - pos); in readToEOS() local
|
| /third_party/openssl/test/ |
| D | threadstest.c | 244 size_t n; in thread_setup_libctx() local 271 static int start_threads(size_t n, void (*thread_func)(void)) in start_threads() 620 thread_t threads[MULTI_LOAD_THREADS]; in test_multi_load() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
| D | TestCharsetDetector.java | 1224 private int n; in TestMultithreaded() field in TestCharsetDetector.WorkerThread 1240 Thread threads[] = new Thread[10]; in TestMultithreaded() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
| D | TestCharsetDetector.java | 1221 private int n; in TestMultithreaded() field in TestCharsetDetector.WorkerThread 1237 Thread threads[] = new Thread[10]; in TestMultithreaded() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| D | vktRayTracingBuildLargeTests.cpp | 224 for (deUint32 n = 0; n < shaderNdx % 256; ++n) in generateDummyWork() local 323 const deUint32 n = m_data.width * startPos.y() + startPos.x(); in initBottomAccelerationStructure() local 554 const deUint32 threads[] = { 1, 2, 3, 4, 8, std::numeric_limits<deUint32>::max() }; in createBuildLargeShaderSetTests() local
|
| D | vktRayTracingBuildTests.cpp | 328 const deUint32 n = m_data.width * startPos.y() + startPos.x(); in initBottomAccelerationStructure() local 567 const deUint32 n = m_data.width * y + x; in validateBuffer() local 718 const deUint32 threads[] = { 0, 1, 2, 3, 4, 8, std::numeric_limits<deUint32>::max() }; in createBuildTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| D | vktRayTracingBuildLargeTests.cpp | 224 for (deUint32 n = 0; n < shaderNdx % 256; ++n) in generateDummyWork() local 323 const deUint32 n = m_data.width * startPos.y() + startPos.x(); in initBottomAccelerationStructure() local 554 const deUint32 threads[] = { 1, 2, 3, 4, 8, std::numeric_limits<deUint32>::max() }; in createBuildLargeShaderSetTests() local
|
| D | vktRayTracingBuildTests.cpp | 328 const deUint32 n = m_data.width * startPos.y() + startPos.x(); in initBottomAccelerationStructure() local 567 const deUint32 n = m_data.width * y + x; in validateBuffer() local 718 const deUint32 threads[] = { 0, 1, 2, 3, 4, 8, std::numeric_limits<deUint32>::max() }; in createBuildTests() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | pthread_frame.c | 127 PerThreadContext *threads; ///< The contexts for each thread. member 606 void ff_thread_report_progress(ThreadFrame *f, int n, int field) in ff_thread_report_progress() 629 void ff_thread_await_progress(ThreadFrame *f, int n, int field) in ff_thread_await_progress()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | NumberFormatTest.java | 1192 int n = 1234; in TestExponent() local 1535 float n = 1234.567f; in TestRegistration() local 1776 int n = 1234; in TestWhiteSpaceParsing() local 2190 Number n = ref.parse(num); in TestCases() local 2643 public void expect2(NumberFormat fmt, Number n, String exp) { in expect2() 2649 public void expect3(NumberFormat fmt, Number n, String exp) { in expect3() 2656 public void expect2(NumberFormat fmt, double n, String exp) { in expect2() 2660 public void expect3(NumberFormat fmt, double n, String exp) { in expect3() 2665 public void expect2(NumberFormat fmt, long n, String exp) { in expect2() 2669 public void expect3(NumberFormat fmt, long n, String exp) { in expect3() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | NumberFormatTest.java | 1195 int n = 1234; in TestExponent() local 1538 float n = 1234.567f; in TestRegistration() local 1779 int n = 1234; in TestWhiteSpaceParsing() local 2193 Number n = ref.parse(num); in TestCases() local 2646 public void expect2(NumberFormat fmt, Number n, String exp) { in expect2() 2652 public void expect3(NumberFormat fmt, Number n, String exp) { in expect3() 2659 public void expect2(NumberFormat fmt, double n, String exp) { in expect2() 2663 public void expect3(NumberFormat fmt, double n, String exp) { in expect3() 2668 public void expect2(NumberFormat fmt, long n, String exp) { in expect2() 2672 public void expect3(NumberFormat fmt, long n, String exp) { in expect3() [all …]
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| D | vir_register_allocate.c | 868 v3d_ra_select_callback(unsigned int n, BITSET_WORD *regs, void *data) in v3d_ra_select_callback() 903 for (int threads = 0; threads < max_thread_index; threads++) { in vir_init_reg_sets() local
|
| /third_party/mesa3d/src/intel/blorp/ |
| D | blorp_genX_exec.h | 157 #define blorp_emitn(batch, cmd, n, ...) ({ \ argument 2073 uint32_t threads, in blorp_get_compute_push_const()
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_fs.cpp | 622 fs_visitor::limit_dispatch_width(unsigned n, const char *msg) in limit_dispatch_width() 998 bit_mask(unsigned n) in bit_mask() 3094 const unsigned n = DIV_ROUND_UP(rel_offset % REG_SIZE + ds, REG_SIZE); in mask_relative_to() local 3837 const unsigned n = in lower_load_payload() local 5302 const unsigned n = DIV_ROUND_UP(inst->exec_size, lower_width); in lower_simd_width() local 7663 unsigned threads) in brw_cs_push_const_total_size()
|
| /third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
| D | ReactorUnitTests.cpp | 2251 Float4 n = *Pointer<Float4>(in + 16 * 13); in TEST() local 2471 Int n = function.Arg<0>(); in TEST() local 2653 std::vector<std::thread> threads; in TEST() local 3387 auto threads = std::unique_ptr<std::thread[]>(new std::thread[numThreads]); in TEST() local 3442 auto threads = std::unique_ptr<std::thread[]>(new std::thread[numThreads]); in TEST() local
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| D | iris_program.c | 454 unsigned offset, unsigned n) in setup_vec4_image_sysval() 2352 unsigned threads, in iris_fill_cs_push_const_buffer()
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| D | crocus_program.c | 424 unsigned offset, unsigned n) in setup_vec4_image_sysval() 2649 unsigned threads, in crocus_fill_cs_push_const_buffer()
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstinfo.c | 734 guint n, i; in gst_info_describe_buffer_list() local 3256 GQueue threads; member
|