/external/mesa3d/src/gallium/frontends/nine/ |
D | threadpool.h | 33 struct threadpool { struct 39 struct threadpool_task *workqueue; argument 53 struct threadpool *_mesa_threadpool_create(struct NineSwapChain9 *swapchain); argument
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 102 pthreadpool* threadpool = nullptr; in TEST() local 107 pthreadpool* threadpool = pthreadpool_create(1); in TEST() local 113 pthreadpool* threadpool = pthreadpool_create(0); in TEST() local 122 auto_pthreadpool_t threadpool(pthreadpool_create(1), pthreadpool_destroy); in TEST() local 133 auto_pthreadpool_t threadpool(pthreadpool_create(0), pthreadpool_destroy); in TEST() local 153 auto_pthreadpool_t threadpool(pthreadpool_create(1), pthreadpool_destroy); in TEST() local 165 auto_pthreadpool_t threadpool(pthreadpool_create(0), pthreadpool_destroy); in TEST() local 187 auto_pthreadpool_t threadpool(pthreadpool_create(1), pthreadpool_destroy); in TEST() local 206 auto_pthreadpool_t threadpool(pthreadpool_create(0), pthreadpool_destroy); in TEST() local 233 auto_pthreadpool_t threadpool(pthreadpool_create(1), pthreadpool_destroy); in TEST() local [all …]
|
/external/pthreadpool/bench/ |
D | throughput.cc | 10 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_1d() local 33 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_1d_tile_1d() local 56 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_2d() local 79 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_2d_tile_1d() local 103 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_2d_tile_2d() local 127 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_3d() local 150 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_3d_tile_1d() local 174 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_3d_tile_2d() local 198 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_4d() local 221 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_4d_tile_1d() local [all …]
|
D | latency.cc | 20 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_1d() local 39 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_1d_tile_1d() local 58 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_2d() local 77 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_2d_tile_2d() local
|
/external/pthreadpool/src/ |
D | pthreads.c | 80 static void checkin_worker_thread(struct pthreadpool* threadpool) { in checkin_worker_thread() 95 static void wait_worker_threads(struct pthreadpool* threadpool) { in wait_worker_threads() 141 struct pthreadpool* threadpool, in wait_for_new_command() 184 struct pthreadpool* threadpool = thread->threadpool; in thread_main() local 258 struct pthreadpool* threadpool = pthreadpool_allocate(threads_count); in pthreadpool_create() local 295 struct pthreadpool* threadpool, in pthreadpool_parallelize() 404 void pthreadpool_destroy(struct pthreadpool* threadpool) { in pthreadpool_destroy()
|
D | shim.c | 25 size_t pthreadpool_get_threads_count(struct pthreadpool* threadpool) { in pthreadpool_get_threads_count() 30 struct pthreadpool* threadpool, in pthreadpool_parallelize_1d() 42 pthreadpool_t threadpool, in pthreadpool_parallelize_1d_with_uarch() 56 pthreadpool_t threadpool, in pthreadpool_parallelize_1d_tile_1d() 69 struct pthreadpool* threadpool, in pthreadpool_parallelize_2d() 84 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_1d() 100 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_2d() 117 pthreadpool_t threadpool, in pthreadpool_parallelize_2d_tile_2d_with_uarch() 137 pthreadpool_t threadpool, in pthreadpool_parallelize_3d() 155 pthreadpool_t threadpool, in pthreadpool_parallelize_3d_tile_1d() [all …]
|
D | windows.c | 23 static void checkin_worker_thread(struct pthreadpool* threadpool, uint32_t event_index) { in checkin_worker_thread() 29 static void wait_worker_threads(struct pthreadpool* threadpool, uint32_t event_index) { in wait_worker_threads() 53 struct pthreadpool* threadpool, in wait_for_new_command() 86 struct pthreadpool* threadpool = thread->threadpool; in thread_main() local 142 struct pthreadpool* threadpool = pthreadpool_allocate(threads_count); in pthreadpool_create() local 191 struct pthreadpool* threadpool, in pthreadpool_parallelize() 312 void pthreadpool_destroy(struct pthreadpool* threadpool) { in pthreadpool_destroy()
|
D | gcd.c | 25 struct pthreadpool* threadpool = (struct pthreadpool*) arg; in thread_main() local 60 struct pthreadpool* threadpool = pthreadpool_allocate(threads_count); in pthreadpool_create() local 77 struct pthreadpool* threadpool, in pthreadpool_parallelize() 128 void pthreadpool_destroy(struct pthreadpool* threadpool) { in pthreadpool_destroy()
|
D | memory.c | 28 struct pthreadpool* threadpool = NULL; in pthreadpool_allocate() local 54 struct pthreadpool* threadpool) in pthreadpool_deallocate()
|
D | portable-api.c | 24 size_t pthreadpool_get_threads_count(struct pthreadpool* threadpool) { in pthreadpool_get_threads_count() 32 static void thread_parallelize_1d(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_1d() 63 static void thread_parallelize_1d_with_uarch(struct pthreadpool* threadpool, struct thread_info* th… in thread_parallelize_1d_with_uarch() 103 static void thread_parallelize_1d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_1d_tile_1d() 140 static void thread_parallelize_2d(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_2d() 181 static void thread_parallelize_2d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_2d_tile_1d() 226 static void thread_parallelize_2d_tile_2d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_2d_tile_2d() 274 static void thread_parallelize_2d_tile_2d_with_uarch(struct pthreadpool* threadpool, struct thread_… in thread_parallelize_2d_tile_2d_with_uarch() 331 static void thread_parallelize_3d(struct pthreadpool* threadpool, struct thread_info* thread) { in thread_parallelize_3d() 379 static void thread_parallelize_3d_tile_1d(struct pthreadpool* threadpool, struct thread_info* threa… in thread_parallelize_3d_tile_1d() [all …]
|
D | fastpath.c | 26 struct pthreadpool* threadpool, in pthreadpool_thread_parallelize_1d_fastpath() 62 struct pthreadpool* threadpool, in pthreadpool_thread_parallelize_1d_with_uarch_fastpath() 107 struct pthreadpool* threadpool, in pthreadpool_thread_parallelize_1d_tile_1d_fastpath() 149 struct pthreadpool* threadpool, in pthreadpool_thread_parallelize_2d_fastpath() 195 struct pthreadpool* threadpool, in pthreadpool_thread_parallelize_2d_tile_1d_fastpath() 245 struct pthreadpool* threadpool, in pthreadpool_thread_parallelize_2d_tile_2d_fastpath() 298 struct pthreadpool* threadpool, in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath() 360 struct pthreadpool* threadpool, in pthreadpool_thread_parallelize_3d_fastpath() 413 struct pthreadpool* threadpool, in pthreadpool_thread_parallelize_3d_tile_1d_fastpath() 470 struct pthreadpool* threadpool, in pthreadpool_thread_parallelize_3d_tile_2d_fastpath() [all …]
|
D | legacy-api.c | 15 pthreadpool_t threadpool, in pthreadpool_compute_1d() 26 pthreadpool_t threadpool, in pthreadpool_compute_1d_tiled() 38 pthreadpool_t threadpool, in pthreadpool_compute_2d() 50 pthreadpool_t threadpool, in pthreadpool_compute_2d_tiled() 94 pthreadpool_t threadpool, in pthreadpool_compute_3d_tiled() 176 pthreadpool_t threadpool, in pthreadpool_compute_4d_tiled()
|
/external/XNNPACK/src/operators/ |
D | unary-elementwise-nc.c | 751 pthreadpool_t threadpool) in xnn_setup_abs_nc_f32() 775 pthreadpool_t threadpool) in xnn_setup_bankers_rounding_nc_f32() 799 pthreadpool_t threadpool) in xnn_setup_ceiling_nc_f32() 823 pthreadpool_t threadpool) in xnn_setup_clamp_nc_s8() 847 pthreadpool_t threadpool) in xnn_setup_clamp_nc_u8() 871 pthreadpool_t threadpool) in xnn_setup_clamp_nc_f32() 895 pthreadpool_t threadpool) in xnn_setup_convert_nc_f16_f32() 919 pthreadpool_t threadpool) in xnn_setup_convert_nc_f32_f16() 943 pthreadpool_t threadpool) in xnn_setup_convert_nc_f32_qs8() 967 pthreadpool_t threadpool) in xnn_setup_convert_nc_f32_qu8() [all …]
|
D | binary-elementwise-nd.c | 1023 pthreadpool_t threadpool) in xnn_setup_add_nd_qs8() 1047 pthreadpool_t threadpool) in xnn_setup_add_nd_qu8() 1071 pthreadpool_t threadpool) in xnn_setup_add_nd_f16() 1091 pthreadpool_t threadpool) in xnn_setup_add_nd_f32() 1111 pthreadpool_t threadpool) in xnn_setup_divide_nd_f32() 1131 pthreadpool_t threadpool) in xnn_setup_maximum_nd_f32() 1151 pthreadpool_t threadpool) in xnn_setup_minimum_nd_f32() 1171 pthreadpool_t threadpool) in xnn_setup_multiply_nd_qs8() 1195 pthreadpool_t threadpool) in xnn_setup_multiply_nd_qu8() 1219 pthreadpool_t threadpool) in xnn_setup_multiply_nd_f16() [all …]
|
D | global-average-pooling-nwc.c | 131 pthreadpool_t threadpool) in setup_global_average_pooling_nwc() 436 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_nwc_qu8() 467 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_nwc_qs8() 498 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_nwc_f16() 527 pthreadpool_t threadpool) in xnn_setup_global_average_pooling_nwc_f32()
|
D | lut-elementwise-nc.c | 451 pthreadpool_t threadpool) in xnn_setup_elu_nc_qs8() 463 pthreadpool_t threadpool) in xnn_setup_leaky_relu_nc_qu8() 475 pthreadpool_t threadpool) in xnn_setup_sigmoid_nc_qs8() 487 pthreadpool_t threadpool) in xnn_setup_sigmoid_nc_qu8() 499 pthreadpool_t threadpool) in xnn_setup_tanh_nc_qs8() 511 pthreadpool_t threadpool) in xnn_setup_tanh_nc_qu8()
|
D | softmax-nc.c | 143 pthreadpool_t threadpool) in xnn_setup_softmax_nc_qu8() 259 pthreadpool_t threadpool) in xnn_setup_softmax_nc_f32()
|
D | constant-pad-nd.c | 216 pthreadpool_t threadpool) in xnn_setup_constant_pad_nd_x8() 233 pthreadpool_t threadpool) in xnn_setup_constant_pad_nd_x16() 250 pthreadpool_t threadpool) in xnn_setup_constant_pad_nd_x32()
|
D | resize-bilinear-nhwc.c | 295 pthreadpool_t threadpool) in xnn_setup_resize_bilinear2d_nhwc_f32() 323 pthreadpool_t threadpool) in xnn_setup_resize_bilinear2d_nhwc_s8() 351 pthreadpool_t threadpool) in xnn_setup_resize_bilinear2d_nhwc_u8()
|
D | channel-shuffle-nc.c | 205 pthreadpool_t threadpool) in xnn_setup_channel_shuffle_nc_x8() 228 pthreadpool_t threadpool) in xnn_setup_channel_shuffle_nc_x32()
|
D | fully-connected-nc.c | 539 pthreadpool_t threadpool) in xnn_setup_fully_connected_nc_qu8() 567 pthreadpool_t threadpool) in xnn_setup_fully_connected_nc_qs8() 595 pthreadpool_t threadpool) in xnn_setup_fully_connected_nc_f32() 623 pthreadpool_t threadpool) in xnn_setup_fully_connected_nc_f16()
|
D | prelu-nc.c | 223 pthreadpool_t threadpool) in xnn_setup_prelu_nc_f16() 239 pthreadpool_t threadpool) in xnn_setup_prelu_nc_f32()
|
D | max-pooling-nhwc.c | 527 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_s8() 554 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_u8() 581 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_f16() 608 pthreadpool_t threadpool) in xnn_setup_max_pooling2d_nhwc_f32()
|
/external/XNNPACK/bench/ |
D | end2end.cc | 30 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in End2EndBenchmark() local 72 End2EndBenchmark(state, [](pthreadpool_t threadpool) { in FP32Sparse80MobileNetV1() 78 End2EndBenchmark(state, [](pthreadpool_t threadpool) { in FP32Sparse80MobileNetV2() 84 End2EndBenchmark(state, [](pthreadpool_t threadpool) { in FP32Sparse80MobileNetV3Large() 90 End2EndBenchmark(state, [](pthreadpool_t threadpool) { in FP32Sparse80MobileNetV3Small()
|
/external/rust/crates/flate2/tests/ |
D | tokio.rs | 73 let threadpool = tokio_threadpool::Builder::new().build(); in tcp_stream_echo_pattern() localVariable 129 let threadpool = tokio_threadpool::Builder::new().build(); in echo_random() localVariable
|