| /third_party/boost/boost/thread/executors/ |
| D | basic_thread_pool.hpp | 141 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.c | 43 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/ |
| D | crop_fp16.c | 45 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/ |
| D | work_stealing.cpp | 30 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/ |
| D | worker_pool.cc | 55 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/ |
| D | skynet_stealing_async.cpp | 69 void thread( std::uint32_t thread_count) { in thread() 80 std::uint32_t thread_count = std::thread::hardware_concurrency(); in main() local
|
| D | skynet_stealing_detach.cpp | 63 void thread( std::uint32_t thread_count) { in thread() 74 std::uint32_t thread_count = std::thread::hardware_concurrency(); in main() local
|
| D | skynet_stealing_join.cpp | 67 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/ |
| D | v410dec.c | 57 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
|
| D | v210dec.h | 30 int thread_count; member
|
| D | pthread_slice.c | 54 int thread_count; member 132 int thread_count = avctx->thread_count; in ff_slice_thread_init() local
|
| D | pthread_frame.c | 664 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/ |
| D | crop_int8.c | 41 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
|
| D | squeeze_int8.c | 20 int task_id, int thread_count) { in SqueezeInt8()
|
| /third_party/boost/libs/atomic/test/ |
| D | wait_fuzz.cpp | 47 const unsigned int thread_count = boost::thread::hardware_concurrency() + 4u; in main() local
|
| /third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/ |
| D | constant_of_shape.cc | 77 int thread_count = MSMIN(op_parameter_->thread_num_, param_->element_size_); in Run() local
|
| /third_party/benchmark/src/ |
| D | benchmark_api_internal.cc | 13 int thread_count) in BenchmarkInstance()
|
| /third_party/boost/libs/dll/test/ |
| D | shared_library_concurrent_load_test.cpp | 28 const std::size_t thread_count = 4; variable
|
| /third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/common/ |
| D | pack_tests.cc | 72 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/ |
| D | deconvolution_fp32_wrapper.c | 24 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/ |
| D | work_stealing.cpp | 78 std::size_t thread_count = 0; local
|
| /third_party/grpc/test/core/gpr/ |
| D | spinlock_test.cc | 37 int thread_count; /* number of threads */ member
|
| /third_party/boost/libs/lockfree/test/ |
| D | freelist_test.cpp | 128 static const int thread_count = 4; member
|
| /third_party/boost/libs/asio/example/cpp11/executors/ |
| D | fork_join.cpp | 25 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/ |
| D | fork_join.cpp | 25 std::size_t thread_count = std::max(std::thread::hardware_concurrency(), 1u) * 2) in fork_join_pool()
|