Home
last modified time | relevance | path

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

/external/pthreadpool/
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
DREADME.md1 # pthreadpool chapter
/external/pthreadpool/src/
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 …]
Dshim.c11 struct pthreadpool { struct
/external/XNNPACK/
DCMakeLists.txt3006 ADD_LIBRARY(pthreadpool SHARED IMPORTED) target