Home
last modified time | relevance | path

Searched refs:threads (Results 351 - 375 of 378) sorted by relevance

1...<<111213141516

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c378 /* Need to flush before changing clip max threads for errata. */ in upload_pipelined_state_pointers()
6672 /* Although up to 16 concurrent Clip threads are allowed on Ironlake,
6673 * only 2 threads can output VUEs at a time.
8129 ALIGN(cs_prog_data->push.per_thread.regs * dispatch.threads +
8142 brw_cs_push_const_total_size(cs_prog_data, dispatch.threads);
8149 crocus_fill_cs_push_const_buffer(cs_prog_data, dispatch.threads,
8169 idd.NumberofThreadsinGPGPUThreadGroup = dispatch.threads;
8258 ggw.ThreadWidthCounterMaximum = dispatch.threads - 1;
/third_party/python/Python/
H A Dpylifecycle.c172 having the lock, but you cannot use multiple threads.)
534 having the lock, but you cannot use multiple threads.)
590 * threads behave a little more gracefully at interpreter shutdown. in pycore_init_runtime()
595 * threads still hanging around from a previous Py_Initialize/Finalize in pycore_init_runtime()
1663 threads.)
1763 // Wrap up existing "threading"-module-created, non-daemon threads. in Py_FinalizeEx()
1775 * threads created thru it, so this also protects pending imports in in Py_FinalizeEx()
1776 * the threads created via Threading. in Py_FinalizeEx()
1794 /* Remaining daemon threads will automatically exit in Py_FinalizeEx()
1800 /* Destroy the state of all threads o in Py_FinalizeEx()
[all...]
/third_party/skia/dm/
H A DDM.cpp147 static DEFINE_int_2(threads, j, -1,
148 "Run threadsafe tests on a threadpool with this many extra threads, "
1102 // .png encoding are definitely thread safe. This lets us offload that work to CPU threads.
1149 // We're likely switching threads here, so we must capture by value, [=] or [foo,bar]. in Run()
/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure1552 --with-threads=LIB choose threading library (posix, w32, auto) [auto]
12313 # Check whether --with-threads was given.
12323 # Check for posix threads support
12339 # etcetera environment variables, and if threads linking works using
12381 # We must check for the threads library under a number of different
12397 # none: in case threads are in libc; should be tried before -Kthread and
12399 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
12400 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
12402 # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads)
[all...]
H A Dltmain.sh5626 # Compiler inserts libc in the correct place for threads to work
5659 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
6167 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7646 # Compiler inserts libc in the correct place for threads to work
/third_party/ffmpeg/
H A Dconfigure136 --disable-w32threads disable Win32 threads [autodetect]
137 --disable-os2threads disable OS/2 threads [autodetect]
2260 threads
2732 frame_thread_encoder_deps="encoders threads"
3425 fifo_muxer_deps="threads"
3510 decklink_indev_deps="decklink threads"
3513 decklink_outdev_deps="decklink threads"
3550 async_protocol_deps="threads"
7306 enabled threads && ! enabled pthreads && ! enabled atomics_native && die "non pthread threading without atomics not supported, try adding --enable-pthreads or --cpu=i486 or higher if you are on x86"
7389 enabled threads
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs.cpp3292 * threads sparsely.
5334 * "When SIMD32 or SIMD16 PS threads send render target writes
7385 * Pre-gfx6, the register file of the EUs was shared between threads,
7663 unsigned threads)
7667 return cs_prog_data->push.per_thread.size * threads +
7909 info.threads = DIV_ROUND_UP(info.group_size, info.simd_size);
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp7028 std::thread threads[threads_count]; in UNIX_ONLY_TEST() local
7029 for (auto& thread : threads) { in UNIX_ONLY_TEST()
7032 for (auto& thread : threads) { in UNIX_ONLY_TEST()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c39 #include <c11/threads.h>
3493 * then unlock all threads possibly blocked by the reusable sync before in dri2_destroy_sync()
3499 /* unblock all threads currently blocked by sync */ in dri2_destroy_sync()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c3649 WRITE_STR(stat->description, "Number of QPU threads dispatched"); in v3dv_GetPipelineExecutableStatisticsKHR()
3651 stat->value.u64 = prog_data->threads; in v3dv_GetPipelineExecutableStatisticsKHR()
/third_party/skia/tools/viewer/
H A DViewer.cpp174 static DEFINE_int_2(threads, j, -1,
175 "Run threadsafe tests on a threadpool with this many extra threads, "
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c5370 .NumberofThreadsinGPGPUThreadGroup = dispatch.threads, in emit_compute_walker()
5400 ggw.ThreadWidthCounterMaximum = dispatch.threads - 1; in emit_gpgpu_walker()
6196 * Update the pixel hashing modes that determine the balancing of PS threads
/third_party/node/deps/v8/tools/
H A Dgrokdump.py530 ("threads", lambda t: MINIDUMP_THREAD.ctype * t.thread_count)
536 ("threads", lambda t: MINIDUMP_THREAD.ctype * t.thread_count)
684 for thread in thread_list.threads:
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c2982 util_set_thread_affinity(tc->queue.threads[0], in tc_set_context_param()
/third_party/libabigail/
H A Dltmain.sh5606 # Compiler inserts libc in the correct place for threads to work
5639 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
6144 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7620 # Compiler inserts libc in the correct place for threads to work
/third_party/eudev/
H A Dltmain.sh7084 # Compiler inserts libc in the correct place for threads to work
7122 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7660 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
9184 # Compiler inserts libc in the correct place for threads to work
/third_party/curl/
H A Dltmain.sh7292 # Compiler inserts libc in the correct place for threads to work
7342 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7891 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
9418 # Compiler inserts libc in the correct place for threads to work
/third_party/icu/icu4c/source/
H A Dconfigure1467 --enable-weak-threads weakly reference the threading library default=no
6232 # Locate the right library for POSIX threads. We look for the
6403 # Check whether --enable-weak-threads was given.
6411 *) as_fn_error $? "bad value ${enableval} for --enable-weak-threads" "$LINENO" 5 ;;
/third_party/lame/
H A Dltmain.sh7036 # Compiler inserts libc in the correct place for threads to work
7074 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7608 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
9132 # Compiler inserts libc in the correct place for threads to work
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h3452 CHECK_PROTOTYPE_OPCODE(threads); in DECODE()
/third_party/node/deps/cares/
H A Dltmain.sh7292 # Compiler inserts libc in the correct place for threads to work
7342 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7891 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
9418 # Compiler inserts libc in the correct place for threads to work
/third_party/node/deps/cares/config/
H A Dltmain.sh7292 # Compiler inserts libc in the correct place for threads to work
7342 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7891 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
9418 # Compiler inserts libc in the correct place for threads to work
/third_party/libevdev/build-aux/
H A Dltmain.sh7293 # Compiler inserts libc in the correct place for threads to work
7343 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7887 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
9411 # Compiler inserts libc in the correct place for threads to work
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c250 util_set_thread_affinity(zink_screen(ctx->base.screen)->flush_queue.threads[0], in zink_set_context_param()
/third_party/skia/third_party/externals/libpng/
H A Dltmain.sh7036 # Compiler inserts libc in the correct place for threads to work
7074 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
7608 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
9132 # Compiler inserts libc in the correct place for threads to work

Completed in 178 milliseconds

1...<<111213141516