/aosp_15_r20/external/pthreadpool/test/ |
H A D | pthreadpool.cc | 11 typedef std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> auto_pthreadpool_t; 103 pthreadpool_destroy(threadpool); in TEST() 109 pthreadpool_destroy(threadpool); in TEST() 115 pthreadpool_destroy(threadpool); 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() [all …]
|
/aosp_15_r20/external/pthreadpool/bench/ |
H A D | throughput.cc | 21 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_1d() 44 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_1d_tile_1d() 67 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_2d() 91 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_2d_tile_1d() 115 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_2d_tile_2d() 138 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_3d() 162 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_3d_tile_1d() 186 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_3d_tile_2d() 209 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_4d() 233 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_4d_tile_1d() [all …]
|
H A D | latency.cc | 29 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_1d() 48 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_1d_tile_1d() 67 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_2d() 87 pthreadpool_destroy(threadpool); in pthreadpool_parallelize_2d_tile_2d()
|
/aosp_15_r20/external/XNNPACK/eval/ |
H A D | f16-expm1minus-ulp.cc | 80 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExpM1Error() 81 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpM1Error()
|
H A D | f16-exp-ulp.cc | 82 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExpError() 83 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
|
H A D | f32-expminus-ulp.cc | 79 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExpError() 80 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
|
H A D | f16-expminus-ulp.cc | 80 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExpError() 81 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
|
H A D | f32-extexp-ulp.cc | 84 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExtExpError() 85 pthreadpool_create(num_threads), pthreadpool_destroy); in ExtExpError()
|
H A D | f32-sqrt-ulp.cc | 79 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in SqrtError() 80 pthreadpool_create(num_threads), pthreadpool_destroy); in SqrtError()
|
H A D | f32-exp-ulp.cc | 82 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExpError() 83 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
|
H A D | f16-sigmoid-ulp.cc | 87 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in SigmoidError() 88 pthreadpool_create(num_threads), pthreadpool_destroy); in SigmoidError()
|
H A D | f32-expm1minus-ulp.cc | 79 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExpM1Error() 80 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpM1Error()
|
H A D | f32-sigmoid-ulp.cc | 88 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in SigmoidError() 89 pthreadpool_create(num_threads), pthreadpool_destroy); in SigmoidError()
|
/aosp_15_r20/external/XNNPACK/bench/ |
H A D | end2end.cc | 30 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in End2EndBenchmark() 31 pthreadpool_create(num_threads), pthreadpool_destroy); in End2EndBenchmark()
|
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/ |
H A D | pthreadpool-cpp.h | 40 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool_;
|
H A D | pthreadpool-cpp.cc | 23 : threadpool_(pthreadpool_create(thread_count), pthreadpool_destroy) {} in PThreadPool()
|
H A D | pthreadpool.h | 177 #define pthreadpool_destroy legacy_pthreadpool_destroy macro
|
/aosp_15_r20/external/pthreadpool/examples/ |
H A D | addition.c | 37 pthreadpool_destroy(threadpool); in main()
|
/aosp_15_r20/external/executorch/extension/threadpool/ |
H A D | threadpool.h | 67 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool_;
|
H A D | threadpool.cpp | 38 : threadpool_(pthreadpool_create(thread_count), pthreadpool_destroy) {} in ThreadPool()
|
/aosp_15_r20/external/pthreadpool/src/ |
H A D | gcd.c | 128 void pthreadpool_destroy(struct pthreadpool* threadpool) { in pthreadpool_destroy() function
|
H A D | pthreads.c | 404 void pthreadpool_destroy(struct pthreadpool* threadpool) { in pthreadpool_destroy() function
|
H A D | windows.c | 312 void pthreadpool_destroy(struct pthreadpool* threadpool) { in pthreadpool_destroy() function
|
/aosp_15_r20/external/pthreadpool/ |
H A D | README.md | 49 pthreadpool_destroy(threadpool);
|
/aosp_15_r20/external/pytorch/cmake/External/ |
H A D | nnpack.cmake | 89 pthreadpool_destroy=legacy_pthreadpool_destroy
|