Home
last modified time | relevance | path

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

/external/pthreadpool/
DCMakeLists.txt4 PROJECT(pthreadpool C) project
101 ADD_LIBRARY(pthreadpool ${PTHREADPOOL_SRCS}) target
103 ADD_LIBRARY(pthreadpool SHARED ${PTHREADPOOL_SRCS}) target
105 ADD_LIBRARY(pthreadpool STATIC ${PTHREADPOOL_SRCS}) target
DREADME.md1 # pthreadpool chapter
/external/pthreadpool/src/
Dthreadpool-object.h637 struct PTHREADPOOL_CACHELINE_ALIGNED pthreadpool { struct
642 pthreadpool_atomic_size_t active_threads; argument
651 pthreadpool_atomic_uint32_t has_active_threads; argument
657 pthreadpool_atomic_uint32_t command; argument
662 pthreadpool_atomic_void_p thread_function; argument
666 pthreadpool_atomic_void_p task; argument
670 pthreadpool_atomic_void_p argument; argument
676 struct pthreadpool_1d_with_uarch_params parallelize_1d_with_uarch; argument
702 pthreadpool_atomic_uint32_t flags; argument
711 * Serializes concurrent calls to @a pthreadpool_parallelize_* from different threads. argument
[all …]
Dshim.c11 struct pthreadpool { struct
/external/pytorch/caffe2/utils/threadpool/
Dpthreadpool-cpp.cc88 PThreadPool* pthreadpool() { in pthreadpool() function
Dpthreadpool_impl.cc82 void legacy_pthreadpool_destroy(legacy_pthreadpool_t pthreadpool) { in legacy_pthreadpool_destroy()
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/
DCMakeLists.txt366 add_library(pthreadpool SHARED IMPORTED) target
/external/pytorch/cmake/
DDependencies.cmake380 add_library(pthreadpool SHARED IMPORTED) target
/external/XNNPACK/
DCMakeLists.txt7327 ADD_LIBRARY(pthreadpool SHARED IMPORTED) target