Home
last modified time | relevance | path

Searched refs:threads (Results 176 - 200 of 378) sorted by relevance

12345678910>>...16

/third_party/musl/compat/time32/
H A Dthrd_sleep_time32.c3 #include <threads.h>
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_tls_get_addr_test.cpp3 #include <threads.h>
H A Dpthread_barrier_test.cpp3 #include <threads.h>
H A Dpthread_spin_test.cpp3 #include <threads.h>
/third_party/ffmpeg/tests/
H A Dfate-run.sh18 threads=${9:-1}
129 dec_opts="-hwaccel $hwaccel -threads $threads -thread_type $thread_type"
198 DEC_OPTS="-threads $threads -thread_type $thread_type -idct simple $FLAGS"
199 ENC_OPTS="-threads 1 -idct simple -dct fastint"
296 AVCONV_OPTS="-nostdin -nostats -noauto_conversion_filters -y -cpuflags $cpuflags -filter_threads $threads"
298 DEC_OPTS="$COMMON_OPTS -threads $threads"
299 ENC_OPTS="$COMMON_OPTS -threads
[all...]
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_destroy.c49 free(ui->threads); in _UCD_destroy()
H A D_UCD_create.c221 ui->prstatus = &ui->threads[0]; in _UCD_create()
238 ui->prstatus = &ui->threads[n]; in _UCD_select_thread()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-feature-flags.h107 /* https://github.com/webassembly/threads */ \
115 V(threads, "thread opcodes", true) \
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_cs_tpool.h48 thrd_t threads[LP_MAX_THREADS]; member
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dcnd_signal.c16 #include <threads.h>
32 * @tc.desc : The parameter is valid, among any number of threads waiting for the specified condition
33 * variable, wake up one of the threads.
H A Dcnd_wait.c17 #include <threads.h>
H A Dmtx_init.c18 #include <threads.h>
H A Dmtx_unlock.c17 #include <threads.h>
H A Dthrd_yield.c17 #include <threads.h>
H A Dtss_set.c16 #include <threads.h>
/third_party/skia/src/core/
H A DSkTaskGroup.h39 explicit Enabler(int threads = -1); // -1 -> num_cores, 0 -> noop
/third_party/benchmark/src/
H A Dstatistics.cc165 data.threads = reports[0].threads; in ComputeStats()
H A Dbenchmark_name.cc57 repetitions, time_type, threads); in str()
/third_party/mesa3d/src/mesa/main/
H A Dglthread.c203 /* Pin threads regularly to the same Zen CCX that the main thread is in _mesa_glthread_flush_batch()
215 util_set_thread_affinity(glthread->queue.threads[0], in _mesa_glthread_flush_batch()
267 if (u_thread_is_self(glthread->queue.threads[0])) in _mesa_glthread_finish()
/third_party/node/benchmark/http2/
H A Dcompat.js34 threads: clients,
H A Drespond-with-fd.js36 threads: clients,
H A Dsimple.js33 threads: clients,
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBITest.java412 List<Thread> threads = new ArrayList<Thread>(); in TestBug12873()
414 threads.add(new Thread(new WorkerThread())); in TestBug12873()
416 for (Thread thread: threads) { in TestBug12873()
419 for (Thread thread: threads) { in TestBug12873()
427 // JUnit wont see failures from within the worker threads, so in TestBug12873()
/third_party/python/Lib/test/
H A Dtest_socketserver.py266 threads = []
274 threads.append((t, s))
275 for t, s in threads:
278 for t, s in threads:
510 not all threads are kept forever.
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildLargeTests.cpp555 const deUint32 threads[] = { 1, 2, 3, 4, 8, std::numeric_limits<deUint32>::max() }; in createBuildLargeShaderSetTests() local
586 for (size_t threadsNdx = 0; threadsNdx < DE_LENGTH_OF_ARRAY(threads); ++threadsNdx) in createBuildLargeShaderSetTests()
593 const std::string suffix = threads[threadsNdx] == std::numeric_limits<deUint32>::max() ? "max" : de::toString(threads[threadsNdx]); in createBuildLargeShaderSetTests()
612 threads[threadsNdx], // deUint32 workerThreadsCount; in createBuildLargeShaderSetTests()

Completed in 12 milliseconds

12345678910>>...16