Home
last modified time | relevance | path

Searched defs:thread_count (Results 1 – 25 of 39) sorted by relevance

12

/third_party/boost/boost/thread/executors/
Dbasic_thread_pool.hpp141 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool()
170 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool()
189 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool()
208 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()
/third_party/libunwind/src/coredump/
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/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dcrop_fp16.c45 const int thread_count = para->thread_count_; in Fp16Crop1D() local
64 const int thread_count = para->thread_count_; in Fp16Crop2D() local
90 const int thread_count = para->thread_count_; in Fp16Crop3D() local
126 const int thread_count = para->thread_count_; in Fp16Crop4D() local
/third_party/boost/libs/fiber/src/algo/
Dwork_stealing.cpp30 work_stealing::init_( std::uint32_t thread_count, in init_()
36 work_stealing::work_stealing( std::uint32_t thread_count, bool suspend) : in work_stealing()
/third_party/gn/src/util/
Dworker_pool.cc55 std::string thread_count = in GetThreadCount() local
88 WorkerPool::WorkerPool(size_t thread_count) : should_stop_processing_(false) { in WorkerPool()
/third_party/boost/libs/fiber/performance/fiber/
Dskynet_stealing_async.cpp69 void thread( std::uint32_t thread_count) { in thread()
80 std::uint32_t thread_count = std::thread::hardware_concurrency(); in main() local
Dskynet_stealing_detach.cpp63 void thread( std::uint32_t thread_count) { in thread()
74 std::uint32_t thread_count = std::thread::hardware_concurrency(); in main() local
Dskynet_stealing_join.cpp67 void thread( std::uint32_t thread_count) { in thread()
78 std::uint32_t thread_count = std::thread::hardware_concurrency(); in main() local
/third_party/ffmpeg/libavcodec/
Dv410dec.c57 int thread_count = av_clip(avctx->thread_count, 1, avctx->height/4); in v410_decode_slice() local
96 int thread_count = av_clip(avctx->thread_count, 1, avctx->height/4); in v410_decode_frame() local
Dv210dec.h30 int thread_count; member
Dpthread_slice.c54 int thread_count; member
132 int thread_count = avctx->thread_count; in ff_slice_thread_init() local
Dpthread_frame.c664 static void park_frame_worker_threads(FrameThreadContext *fctx, int thread_count) in park_frame_worker_threads()
738 void ff_frame_thread_free(AVCodecContext *avctx, int thread_count) in ff_frame_thread_free()
891 int thread_count = avctx->thread_count; in ff_frame_thread_init() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dcrop_int8.c41 const int thread_count = para->thread_count_; in Int8Crop1D() local
82 const int thread_count = para->thread_count_; in Int8Crop2D() local
129 const int thread_count = para->thread_count_; in Int8Crop3D() local
186 const int thread_count = para->thread_count_; in Int8Crop4D() local
Dsqueeze_int8.c20 int task_id, int thread_count) { in SqueezeInt8()
/third_party/boost/libs/atomic/test/
Dwait_fuzz.cpp47 const unsigned int thread_count = boost::thread::hardware_concurrency() + 4u; in main() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dconstant_of_shape.cc77 int thread_count = MSMIN(op_parameter_->thread_num_, param_->element_size_); in Run() local
/third_party/benchmark/src/
Dbenchmark_api_internal.cc13 int thread_count) in BenchmarkInstance()
/third_party/boost/libs/dll/test/
Dshared_library_concurrent_load_test.cpp28 const std::size_t thread_count = 4; variable
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/common/
Dpack_tests.cc72 int thread_count = 1; in TEST_F() local
135 int thread_count = 1; in TEST_F() local
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/fp32/
Ddeconvolution_fp32_wrapper.c24 int thread_count = MSMIN(conv_param->thread_num_, UP_DIV(conv_param->output_channel_, C8NUM)); in DoDeconvFp32() local
/third_party/boost/libs/fiber/src/numa/algo/
Dwork_stealing.cpp78 std::size_t thread_count = 0; local
/third_party/grpc/test/core/gpr/
Dspinlock_test.cc37 int thread_count; /* number of threads */ member
/third_party/boost/libs/lockfree/test/
Dfreelist_test.cpp128 static const int thread_count = 4; member
/third_party/boost/libs/asio/example/cpp11/executors/
Dfork_join.cpp25 std::size_t thread_count = std::max(std::thread::hardware_concurrency(), 1u) * 2) in fork_join_pool()
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dfork_join.cpp25 std::size_t thread_count = std::max(std::thread::hardware_concurrency(), 1u) * 2) in fork_join_pool()

12