Searched defs:pthreadpool (Results 1 – 5 of 5) sorted by relevance
4 PROJECT(pthreadpool C CXX) project97 ADD_LIBRARY(pthreadpool ${PTHREADPOOL_SRCS}) target99 ADD_LIBRARY(pthreadpool SHARED ${PTHREADPOOL_SRCS}) target101 ADD_LIBRARY(pthreadpool STATIC ${PTHREADPOOL_SRCS}) target
1 # pthreadpool chapter
584 struct PTHREADPOOL_CACHELINE_ALIGNED pthreadpool { struct589 pthreadpool_atomic_size_t active_threads; argument598 pthreadpool_atomic_uint32_t has_active_threads; argument604 pthreadpool_atomic_uint32_t command; argument609 pthreadpool_atomic_void_p thread_function; argument613 pthreadpool_atomic_void_p task; argument617 pthreadpool_atomic_void_p argument; argument623 struct pthreadpool_1d_with_uarch_params parallelize_1d_with_uarch; argument647 pthreadpool_atomic_uint32_t flags; argument656 * Serializes concurrent calls to @a pthreadpool_parallelize_* from different threads. argument[all …]
11 struct pthreadpool { struct
3006 ADD_LIBRARY(pthreadpool SHARED IMPORTED) target