Home
last modified time | relevance | path

Searched defs:thread_count (Results 1 - 20 of 20) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dv210dec.h30 int thread_count; member
H A Dv410dec.c57 int thread_count = av_clip(avctx->thread_count, 1, avctx->height/4); in v410_decode_slice() local
94 int thread_count = av_clip(avctx->thread_count, 1, avctx->height/4); in v410_decode_frame() local
H A Dpthread_slice.c60 int thread_count; member
137 int thread_count = avctx->thread_count; in ff_slice_thread_init() local
182 int err, i = 0, thread_count = avctx->thread_count; ff_slice_thread_init_progress() local
[all...]
H A Dpthread_frame.c692 static void park_frame_worker_threads(FrameThreadContext *fctx, int thread_count) in park_frame_worker_threads() argument
725 void ff_frame_thread_free(AVCodecContext *avctx, int thread_count) in ff_frame_thread_free() argument
867 int thread_count = avctx->thread_count; in ff_frame_thread_init() local
[all...]
H A Davcodec.h1463 int thread_count; member
/third_party/gn/src/util/
H A Dworker_pool.cc15 std::string thread_count = in GetThreadCount() local
48 WorkerPool::WorkerPool(size_t thread_count) : should_stop_processing_(false) { in WorkerPool() argument
/third_party/vulkan-loader/tests/live_verification/
H A Dmacos_static_loader_build.cpp75 uint32_t thread_count = 4; in main() local
/third_party/benchmark/src/
H A Dbenchmark_api_internal.cc10 BenchmarkInstance(Benchmark* benchmark, int family_idx, int per_family_instance_idx, const std::vector<int64_t>& args, int thread_count) BenchmarkInstance() argument
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_get_threadinfo_prstatus.c43 size_t *thread_count = (size_t *)arg; in _count_thread_notes() local
96 size_t thread_count = 0; in _UCD_get_threadinfo() local
/third_party/astc-encoder/Source/
H A Dastcenccli_internal.h69 unsigned int thread_count; member
H A Dastcenccli_platform_dependents.cpp178 int thread_count; member
204 launch_threads( const char* operation, int thread_count, void (*func)(int, int, void*), void *payload ) launch_threads() argument
[all...]
H A Dastcenccli_toplevel.cpp232 compression_workload_runner( int thread_count, int thread_id, void* payload ) compression_workload_runner() argument
263 decompression_workload_runner( int thread_count, int thread_id, void* payload ) decompression_workload_runner() argument
[all...]
H A Dastcenc_entry.cpp657 astcenc_context_alloc( const astcenc_config* configp, unsigned int thread_count, astcenc_context** context ) astcenc_context_alloc() argument
[all...]
H A Dastcenc_internal.h1228 unsigned int thread_count; member
/third_party/astc-encoder/Utils/Example/
H A Dastc_api_example.cpp55 static const unsigned int thread_count = 1; in main() local
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc127 mach_msg_type_number_t thread_count; in GetThreadCount() local
H A Dgtest-death-test.cc240 static std::string DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning() argument
247 msg << "detected " << thread_count << " threads."; in DeathTestThreadWarning() local
1120 const size_t thread_count = GetThreadCount(); in AssumeRole() local
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc242 static std::string DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning() argument
249 msg << "detected " << thread_count << " threads."; in DeathTestThreadWarning() local
1106 const size_t thread_count = GetThreadCount(); in AssumeRole() local
/third_party/node/src/
H A Dnode_api.cc512 size_t thread_count; member in v8impl::__anon15407::ThreadSafeFunction
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc246 static std::string DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning() argument
253 msg << "detected " << thread_count << " threads."; in DeathTestThreadWarning() local
1100 const size_t thread_count = GetThreadCount(); in AssumeRole() local

Completed in 31 milliseconds