Searched refs:threads (Results 176 - 200 of 378) sorted by relevance
12345678910>>...16
/third_party/musl/compat/time32/ |
H A D | thrd_sleep_time32.c | 3 #include <threads.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_tls_get_addr_test.cpp | 3 #include <threads.h>
|
H A D | pthread_barrier_test.cpp | 3 #include <threads.h>
|
H A D | pthread_spin_test.cpp | 3 #include <threads.h>
|
/third_party/ffmpeg/tests/ |
H A D | fate-run.sh | 18 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.c | 49 free(ui->threads); in _UCD_destroy()
|
H A D | _UCD_create.c | 221 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 D | wasm-feature-flags.h | 107 /* https://github.com/webassembly/threads */ \ 115 V(threads, "thread opcodes", true) \
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_cs_tpool.h | 48 thrd_t threads[LP_MAX_THREADS]; member
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | cnd_signal.c | 16 #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 D | cnd_wait.c | 17 #include <threads.h>
|
H A D | mtx_init.c | 18 #include <threads.h>
|
H A D | mtx_unlock.c | 17 #include <threads.h>
|
H A D | thrd_yield.c | 17 #include <threads.h>
|
H A D | tss_set.c | 16 #include <threads.h>
|
/third_party/skia/src/core/ |
H A D | SkTaskGroup.h | 39 explicit Enabler(int threads = -1); // -1 -> num_cores, 0 -> noop
|
/third_party/benchmark/src/ |
H A D | statistics.cc | 165 data.threads = reports[0].threads; in ComputeStats()
|
H A D | benchmark_name.cc | 57 repetitions, time_type, threads); in str()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glthread.c | 203 /* 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 D | compat.js | 34 threads: clients,
|
H A D | respond-with-fd.js | 36 threads: clients,
|
H A D | simple.js | 33 threads: clients,
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBITest.java | 412 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 D | test_socketserver.py | 266 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 D | vktRayTracingBuildLargeTests.cpp | 555 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