Searched defs:pthreadpool (Results 1 – 9 of 9) sorted by relevance
4 PROJECT(pthreadpool C) project101 ADD_LIBRARY(pthreadpool ${PTHREADPOOL_SRCS}) target103 ADD_LIBRARY(pthreadpool SHARED ${PTHREADPOOL_SRCS}) target105 ADD_LIBRARY(pthreadpool STATIC ${PTHREADPOOL_SRCS}) target
1 # pthreadpool chapter
637 struct PTHREADPOOL_CACHELINE_ALIGNED pthreadpool { struct642 pthreadpool_atomic_size_t active_threads; argument651 pthreadpool_atomic_uint32_t has_active_threads; argument657 pthreadpool_atomic_uint32_t command; argument662 pthreadpool_atomic_void_p thread_function; argument666 pthreadpool_atomic_void_p task; argument670 pthreadpool_atomic_void_p argument; argument676 struct pthreadpool_1d_with_uarch_params parallelize_1d_with_uarch; argument702 pthreadpool_atomic_uint32_t flags; argument711 * Serializes concurrent calls to @a pthreadpool_parallelize_* from different threads. argument[all …]
11 struct pthreadpool { struct
88 PThreadPool* pthreadpool() { in pthreadpool() function
82 void legacy_pthreadpool_destroy(legacy_pthreadpool_t pthreadpool) { in legacy_pthreadpool_destroy()
366 add_library(pthreadpool SHARED IMPORTED) target
380 add_library(pthreadpool SHARED IMPORTED) target
7327 ADD_LIBRARY(pthreadpool SHARED IMPORTED) target