Home
last modified time | relevance | path

Searched refs:threads (Results 151 - 175 of 390) sorted by relevance

12345678910>>...16

/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/src/thread/
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>
H A Dpthread_equal.c2 #include <threads.h>
H A Dthrd_create.c2 #include <threads.h>
H A Dthrd_sleep.c1 #include <threads.h>
H A Dtss_set.c2 #include <threads.h>
H A Dthrd_join.c2 #include <threads.h>
H A Dcnd_timedwait.c1 #include <threads.h>
H A Dpthread_getspecific.c3 #include <threads.h>
H A Dpthread_self.c2 #include <threads.h>
H A Dmtx_timedlock.c1 #include <threads.h>
H A Dmtx_trylock.c2 #include <threads.h>
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dcnd_init.c16 #include <threads.h>
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_draw.c377 gs_bin->prog_data.gs->base.threads == 4; in v3d_emit_gs_state_record()
387 gs->prog_data.gs->base.threads == 4; in v3d_emit_gs_state_record()
691 v3d->prog.cs->prog_data.vs->base.threads == 4; in v3d_emit_gl_shader_state()
693 v3d->prog.vs->prog_data.vs->base.threads == 4; in v3d_emit_gl_shader_state()
695 v3d->prog.fs->prog_data.fs->base.threads == 4; in v3d_emit_gl_shader_state()
705 v3d->prog.cs->prog_data.vs->base.threads == 4; in v3d_emit_gl_shader_state()
707 v3d->prog.cs->prog_data.vs->base.threads == 2; in v3d_emit_gl_shader_state()
709 v3d->prog.vs->prog_data.vs->base.threads == 4; in v3d_emit_gl_shader_state()
711 v3d->prog.vs->prog_data.vs->base.threads == 2; in v3d_emit_gl_shader_state()
713 v3d->prog.fs->prog_data.fs->base.threads in v3d_emit_gl_shader_state()
[all...]
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_self.c2 #include <threads.h>
/third_party/ltp/testcases/kernel/sched/pthreads/
H A Dpth_str01.h26 pthread_t *threads; /* dynamic array of thread */ member
/third_party/musl/compat/time32/
H A Dmtx_timedlock_time32.c3 #include <threads.h>
H A Dcnd_timedwait_time32.c3 #include <threads.h>
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp1018 bool IsGlobalMtMode; // if more than one benchmark encoder threads
1218 using of shared buffer by different threads */
1846 // if old LZMA benchmark uses two threads in coder, we increase (NumBundleThreads) for old LZMA benchmark uses two threads instead of one
3235 CFreqThreads threads;
3236 threads.Items = new CFreqInfo[numThreads];
3240 CFreqInfo &info = threads.Items[i];
3250 CFreqInfo &info = threads.Items[i];
3253 threads.NumThreads++;
3257 WRes wres = threads
[all...]
/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...]

Completed in 14 milliseconds

12345678910>>...16