Home
last modified time | relevance | path

Searched refs:pthreadpool_create (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/pthreadpool/test/
H A Dpthreadpool.cc107 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 Dthroughput.cc10 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 Dlatency.cc20 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 Dpthreadpool-cpp.cc23 : threadpool_(pthreadpool_create(thread_count), pthreadpool_destroy) {} in PThreadPool()
46 threadpool_.reset(pthreadpool_create(thread_count)); in set_thread_count()
H A Dpthreadpool.h176 #define pthreadpool_create legacy_pthreadpool_create macro
/aosp_15_r20/external/executorch/extension/threadpool/
H A Dthreadpool.cpp38 : 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 Daddition.c24 pthreadpool_t threadpool = pthreadpool_create(0); in main()
/aosp_15_r20/external/pthreadpool/src/
H A Dgcd.c45 struct pthreadpool* pthreadpool_create(size_t threads_count) { in pthreadpool_create() function
H A Dpthreads.c230 struct pthreadpool* pthreadpool_create(size_t threads_count) { in pthreadpool_create() function
H A Dwindows.c134 struct pthreadpool* pthreadpool_create(size_t threads_count) { in pthreadpool_create() function
H A Dshim.c17 struct pthreadpool* pthreadpool_create(size_t threads_count) { in pthreadpool_create() function
/aosp_15_r20/external/pthreadpool/
H A DREADME.md36 pthreadpool_t threadpool = pthreadpool_create(0);
/aosp_15_r20/external/XNNPACK/eval/
H A Df16-expm1minus-ulp.cc81 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpM1Error()
H A Df16-exp-ulp.cc83 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
H A Df32-expminus-ulp.cc80 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
H A Df16-expminus-ulp.cc81 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
H A Df32-extexp-ulp.cc85 pthreadpool_create(num_threads), pthreadpool_destroy); in ExtExpError()
H A Df32-sqrt-ulp.cc80 pthreadpool_create(num_threads), pthreadpool_destroy); in SqrtError()
H A Df32-exp-ulp.cc83 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpError()
H A Df16-sigmoid-ulp.cc88 pthreadpool_create(num_threads), pthreadpool_destroy); in SigmoidError()
H A Df32-expm1minus-ulp.cc80 pthreadpool_create(num_threads), pthreadpool_destroy); in ExpM1Error()
/aosp_15_r20/external/pytorch/cmake/External/
H A Dnnpack.cmake88 pthreadpool_create=legacy_pthreadpool_create
/aosp_15_r20/external/XNNPACK/bench/
H A Dend2end.cc31 pthreadpool_create(num_threads), pthreadpool_destroy); in End2EndBenchmark()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DNNPACK.cpp87 nnpack_threadpool_ = pthreadpool_create(threads); in nnpack_threadpool()
/aosp_15_r20/external/pthreadpool/include/
H A Dpthreadpool.h77 pthreadpool_t pthreadpool_create(size_t threads_count);

12