Home
last modified time | relevance | path

Searched refs:pthreadpool_destroy (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/pthreadpool/test/
H A Dpthreadpool.cc11 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 Dthroughput.cc21 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 Dlatency.cc29 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 Df16-expm1minus-ulp.cc80 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExpM1Error()
81 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpM1Error()
H A Df16-exp-ulp.cc82 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExpError()
83 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
H A Df32-expminus-ulp.cc79 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExpError()
80 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
H A Df16-expminus-ulp.cc80 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExpError()
81 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
H A Df32-extexp-ulp.cc84 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExtExpError()
85 pthreadpool_create(num_threads), pthreadpool_destroy); in ExtExpError()
H A Df32-sqrt-ulp.cc79 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in SqrtError()
80 pthreadpool_create(num_threads), pthreadpool_destroy); in SqrtError()
H A Df32-exp-ulp.cc82 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExpError()
83 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
H A Df16-sigmoid-ulp.cc87 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in SigmoidError()
88 pthreadpool_create(num_threads), pthreadpool_destroy); in SigmoidError()
H A Df32-expm1minus-ulp.cc79 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool( in ExpM1Error()
80 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpM1Error()
H A Df32-sigmoid-ulp.cc88 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 Dend2end.cc30 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 Dpthreadpool-cpp.h40 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool_;
H A Dpthreadpool-cpp.cc23 : threadpool_(pthreadpool_create(thread_count), pthreadpool_destroy) {} in PThreadPool()
H A Dpthreadpool.h177 #define pthreadpool_destroy legacy_pthreadpool_destroy macro
/aosp_15_r20/external/pthreadpool/examples/
H A Daddition.c37 pthreadpool_destroy(threadpool); in main()
/aosp_15_r20/external/executorch/extension/threadpool/
H A Dthreadpool.h67 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool_;
H A Dthreadpool.cpp38 : threadpool_(pthreadpool_create(thread_count), pthreadpool_destroy) {} in ThreadPool()
/aosp_15_r20/external/pthreadpool/src/
H A Dgcd.c128 void pthreadpool_destroy(struct pthreadpool* threadpool) { in pthreadpool_destroy() function
H A Dpthreads.c404 void pthreadpool_destroy(struct pthreadpool* threadpool) { in pthreadpool_destroy() function
H A Dwindows.c312 void pthreadpool_destroy(struct pthreadpool* threadpool) { in pthreadpool_destroy() function
/aosp_15_r20/external/pthreadpool/
H A DREADME.md49 pthreadpool_destroy(threadpool);
/aosp_15_r20/external/pytorch/cmake/External/
H A Dnnpack.cmake89 pthreadpool_destroy=legacy_pthreadpool_destroy

12