Home
last modified time | relevance | path

Searched refs:threads (Results 126 - 150 of 378) sorted by relevance

12345678910>>...16

/third_party/ltp/testcases/kernel/mce-test/stress/
H A Dhwpoison.sh362 local threads=
367 let "threads= $g_duration / 720"
369 threads=$g_children
371 [ $threads -gt 10 ] && threads=10 && node_number=6
372 [ $threads -eq 0 ] && threads=1
384 echo "fs_metadata fs-metadata.sh $tree_depth $node_number $threads $g_duration $result $tmp $log" > $g_casedir/fs_metadata
/third_party/musl/src/thread/
H A Dcnd_destroy.c1 #include <threads.h>
H A Dmtx_destroy.c1 #include <threads.h>
H A Dcnd_broadcast.c1 #include <threads.h>
H A Dcnd_signal.c1 #include <threads.h>
H A Dcnd_wait.c1 #include <threads.h>
H A Dcnd_init.c1 #include <threads.h>
H A Dtss_delete.c1 #include <threads.h>
H A Dthrd_yield.c1 #include <threads.h>
H A Dmtx_unlock.c1 #include <threads.h>
H A Dtss_create.c1 #include <threads.h>
H A Dthrd_exit.c1 #include <threads.h>
H A Dcall_once.c1 #include <threads.h>
H A Dmtx_lock.c2 #include <threads.h>
H A Dmtx_init.c2 #include <threads.h>
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dthrd_yield.c1 #include <threads.h>
/third_party/astc-encoder/Test/
H A Dastc_test_image.py166 keepOutput, threads):
180 threads (int or None): The thread count to use.
206 keepOutput, threads)
347 parser.add_argument("-j", dest="threads", default=None,
420 args.keepOutput, args.threads)
/third_party/benchmark/test/
H A Dperf_counters_gtest.cc219 std::vector<std::thread> threads(threadcount); in measure()
222 // We need to first set up the counters, then start the threads, so the in measure()
223 // threads would inherit the counters. But later, we need to first destroy in measure()
229 for (auto& t : threads) t = std::thread(work); in measure()
231 for (auto& t : threads) t.join(); in measure()
244 // In this case the threads will run sequentially in TEST()
245 // Start two threads and measure the number of combined cycles and in TEST()
252 // Start four threads and measure the number of combined cycles and in TEST()
260 // of cpus) - it seems that in some circumstances the runtime of 4 threads in TEST()
262 // So instead of expecting 4 threads t in TEST()
[all...]
/third_party/libuv/test/
H A Dtest-metrics.c112 uv_thread_t threads[5]; in TEST_IMPL() local
116 ASSERT_OK(uv_thread_create(&threads[i], metrics_routine_cb, NULL)); in TEST_IMPL()
120 uv_thread_join(&threads[i]); in TEST_IMPL()
/third_party/python/Python/
H A Dthread_nt.h1 #include "pycore_interp.h" // _PyInterpreterState.threads.stacksize
202 size_t stacksize = tstate ? tstate->interp->threads.stacksize : 0; in PyThread_start_new_thread()
209 * too many threads". in PyThread_start_new_thread()
379 _PyInterpreterState_GET()->threads.stacksize = 0; in _pythread_nt_set_stacksize()
385 _PyInterpreterState_GET()->threads.stacksize = size; in _pythread_nt_set_stacksize()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_cs_tpool.c100 if (thrd_success != u_thread_create(pool->threads + i, lp_cs_tpool_worker, pool)) { in lp_cs_tpool_create()
121 thrd_join(pool->threads[i], NULL); in lp_cs_tpool_destroy()
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c1318 pthread_t *threads = NULL; in selinux_restorecon_common() local
1322 threads = calloc(nthreads - 1, sizeof(*threads)); in selinux_restorecon_common()
1323 if (!threads) in selinux_restorecon_common()
1328 * Start (nthreads - 1) threads - the main thread is going to in selinux_restorecon_common()
1332 if (pthread_create(&threads[i], NULL, in selinux_restorecon_common()
1337 * threads do the job. In the worst case the in selinux_restorecon_common()
1341 threads[i] = self; in selinux_restorecon_common()
1348 /* Now wait for all threads to finish. */ in selinux_restorecon_common()
1350 /* Skip threads tha in selinux_restorecon_common()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibjxl.h35 * @param threads ffmpeg's threads AVOption
38 size_t ff_libjxl_get_threadcount(int threads);
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_self.c3 #include <threads.h>
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dcnd_init.c16 #include <threads.h>

Completed in 12 milliseconds

12345678910>>...16