/aosp_15_r20/external/pthreadpool/test/ |
H A D | pthreadpool.cc | 107 pthreadpool* threadpool = pthreadpool_create(1); in TEST() 113 pthreadpool* threadpool = pthreadpool_create(0); in TEST() 122 auto_pthreadpool_t threadpool(pthreadpool_create(1), pthreadpool_destroy); in TEST() 133 auto_pthreadpool_t threadpool(pthreadpool_create(0), pthreadpool_destroy); in TEST() 153 auto_pthreadpool_t threadpool(pthreadpool_create(1), pthreadpool_destroy); in TEST() 165 auto_pthreadpool_t threadpool(pthreadpool_create(0), pthreadpool_destroy); in TEST() 187 auto_pthreadpool_t threadpool(pthreadpool_create(1), pthreadpool_destroy); in TEST() 206 auto_pthreadpool_t threadpool(pthreadpool_create(0), pthreadpool_destroy); in TEST() 233 auto_pthreadpool_t threadpool(pthreadpool_create(1), pthreadpool_destroy); in TEST() 252 auto_pthreadpool_t threadpool(pthreadpool_create(0), pthreadpool_destroy); in TEST() [all …]
|
/aosp_15_r20/external/pthreadpool/bench/ |
H A D | throughput.cc | 10 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_1d() 33 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_1d_tile_1d() 56 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_2d() 79 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_2d_tile_1d() 103 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_2d_tile_2d() 127 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_3d() 150 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_3d_tile_1d() 174 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_3d_tile_2d() 198 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_4d() 221 pthreadpool_t threadpool = pthreadpool_create(2); in pthreadpool_parallelize_4d_tile_1d() [all …]
|
H A D | latency.cc | 20 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_1d() 39 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_1d_tile_1d() 58 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_2d() 77 pthreadpool_t threadpool = pthreadpool_create(threads); in pthreadpool_parallelize_2d_tile_2d()
|
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/ |
H A D | pthreadpool-cpp.cc | 23 : threadpool_(pthreadpool_create(thread_count), pthreadpool_destroy) {} in PThreadPool() 46 threadpool_.reset(pthreadpool_create(thread_count)); in set_thread_count()
|
H A D | pthreadpool.h | 176 #define pthreadpool_create legacy_pthreadpool_create macro
|
/aosp_15_r20/external/executorch/extension/threadpool/ |
H A D | threadpool.cpp | 38 : threadpool_(pthreadpool_create(thread_count), pthreadpool_destroy) {} in ThreadPool() 55 threadpool_.reset(pthreadpool_create(new_thread_count)); in _unsafe_reset_threadpool()
|
/aosp_15_r20/external/pthreadpool/examples/ |
H A D | addition.c | 24 pthreadpool_t threadpool = pthreadpool_create(0); in main()
|
/aosp_15_r20/external/pthreadpool/src/ |
H A D | gcd.c | 45 struct pthreadpool* pthreadpool_create(size_t threads_count) { in pthreadpool_create() function
|
H A D | pthreads.c | 230 struct pthreadpool* pthreadpool_create(size_t threads_count) { in pthreadpool_create() function
|
H A D | windows.c | 134 struct pthreadpool* pthreadpool_create(size_t threads_count) { in pthreadpool_create() function
|
H A D | shim.c | 17 struct pthreadpool* pthreadpool_create(size_t threads_count) { in pthreadpool_create() function
|
/aosp_15_r20/external/pthreadpool/ |
H A D | README.md | 36 pthreadpool_t threadpool = pthreadpool_create(0);
|
/aosp_15_r20/external/XNNPACK/eval/ |
H A D | f16-expm1minus-ulp.cc | 81 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpM1Error()
|
H A D | f16-exp-ulp.cc | 83 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
|
H A D | f32-expminus-ulp.cc | 80 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
|
H A D | f16-expminus-ulp.cc | 81 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
|
H A D | f32-extexp-ulp.cc | 85 pthreadpool_create(num_threads), pthreadpool_destroy); in ExtExpError()
|
H A D | f32-sqrt-ulp.cc | 80 pthreadpool_create(num_threads), pthreadpool_destroy); in SqrtError()
|
H A D | f32-exp-ulp.cc | 83 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
|
H A D | f16-sigmoid-ulp.cc | 88 pthreadpool_create(num_threads), pthreadpool_destroy); in SigmoidError()
|
H A D | f32-expm1minus-ulp.cc | 80 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpM1Error()
|
/aosp_15_r20/external/pytorch/cmake/External/ |
H A D | nnpack.cmake | 88 pthreadpool_create=legacy_pthreadpool_create
|
/aosp_15_r20/external/XNNPACK/bench/ |
H A D | end2end.cc | 31 pthreadpool_create(num_threads), pthreadpool_destroy); in End2EndBenchmark()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | NNPACK.cpp | 87 nnpack_threadpool_ = pthreadpool_create(threads); in nnpack_threadpool()
|
/aosp_15_r20/external/pthreadpool/include/ |
H A D | pthreadpool.h | 77 pthreadpool_t pthreadpool_create(size_t threads_count);
|