Home
last modified time | relevance | path

Searched defs:pthreadpool (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pthreadpool/src/
H A Dthreadpool-object.h584 struct PTHREADPOOL_CACHELINE_ALIGNED pthreadpool { struct
589 pthreadpool_atomic_size_t active_threads; argument
598 pthreadpool_atomic_uint32_t has_active_threads; argument
604 pthreadpool_atomic_uint32_t command; argument
609 pthreadpool_atomic_void_p thread_function; argument
613 pthreadpool_atomic_void_p task; argument
617 pthreadpool_atomic_void_p argument; argument
623 struct pthreadpool_1d_with_uarch_params parallelize_1d_with_uarch; argument
647 pthreadpool_atomic_uint32_t flags; argument
656 * Serializes concurrent calls to @a pthreadpool_parallelize_* from different threads. argument
[all …]
H A Dshim.c11 struct pthreadpool { struct
/aosp_15_r20/external/pthreadpool/
H A DCMakeLists.txt4 PROJECT(pthreadpool C CXX) project
97 ADD_LIBRARY(pthreadpool ${PTHREADPOOL_SRCS}) target
99 ADD_LIBRARY(pthreadpool SHARED ${PTHREADPOOL_SRCS}) target
101 ADD_LIBRARY(pthreadpool STATIC ${PTHREADPOOL_SRCS}) target
H A DREADME.md1 # pthreadpool chapter
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/
H A Dpthreadpool-cpp.cc88 PThreadPool* pthreadpool() { in pthreadpool() function
H A Dpthreadpool_impl.cc82 void legacy_pthreadpool_destroy(legacy_pthreadpool_t pthreadpool) { in legacy_pthreadpool_destroy()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/
H A DCMakeLists.txt366 add_library(pthreadpool SHARED IMPORTED) target
/aosp_15_r20/external/pytorch/cmake/
H A DDependencies.cmake380 add_library(pthreadpool SHARED IMPORTED) target
/aosp_15_r20/external/XNNPACK/
H A DCMakeLists.txt7327 ADD_LIBRARY(pthreadpool SHARED IMPORTED) target