Searched refs:threads (Results 126 - 150 of 378) sorted by relevance
12345678910>>...16
/third_party/ltp/testcases/kernel/mce-test/stress/ |
H A D | hwpoison.sh | 362 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 D | cnd_destroy.c | 1 #include <threads.h>
|
H A D | mtx_destroy.c | 1 #include <threads.h>
|
H A D | cnd_broadcast.c | 1 #include <threads.h>
|
H A D | cnd_signal.c | 1 #include <threads.h>
|
H A D | cnd_wait.c | 1 #include <threads.h>
|
H A D | cnd_init.c | 1 #include <threads.h>
|
H A D | tss_delete.c | 1 #include <threads.h>
|
H A D | thrd_yield.c | 1 #include <threads.h>
|
H A D | mtx_unlock.c | 1 #include <threads.h>
|
H A D | tss_create.c | 1 #include <threads.h>
|
H A D | thrd_exit.c | 1 #include <threads.h>
|
H A D | call_once.c | 1 #include <threads.h>
|
H A D | mtx_lock.c | 2 #include <threads.h>
|
H A D | mtx_init.c | 2 #include <threads.h>
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | thrd_yield.c | 1 #include <threads.h>
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_image.py | 166 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 D | perf_counters_gtest.cc | 219 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 D | test-metrics.c | 112 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 D | thread_nt.h | 1 #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 D | lp_cs_tpool.c | 100 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 D | selinux_restorecon.c | 1318 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 D | libjxl.h | 35 * @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 D | pthread_self.c | 3 #include <threads.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | cnd_init.c | 16 #include <threads.h>
|
Completed in 12 milliseconds
12345678910>>...16