Home
last modified time | relevance | path

Searched refs:auto_pthreadpool_t (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pthreadpool/test/
H A Dpthreadpool.cc11 typedef std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> auto_pthreadpool_t; typedef
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()
275 auto_pthreadpool_t threadpool(pthreadpool_create(1), pthreadpool_destroy); in TEST()
[all …]