Home
last modified time | relevance | path

Searched refs:pthreadpool_task_4d_t (Results 1 – 7 of 7) sorted by relevance

/external/pthreadpool/include/
Dpthreadpool.h17 typedef void (*pthreadpool_task_4d_t)(void*, size_t, size_t, size_t, size_t); typedef
592 pthreadpool_task_4d_t function,
/external/XNNPACK/src/operators/
Ddepth-to-space-nhwc.c157 …depth_to_space_op->compute.task_4d = (pthreadpool_task_4d_t) xnn_compute_depthtospace2d_hwc_stride… in xnn_setup_depth_to_space_nhwc_x32()
/external/pthreadpool/src/
Dshim.c219 pthreadpool_task_4d_t task, in pthreadpool_parallelize_4d()
Dfastpath.c607 …const pthreadpool_task_4d_t task = (pthreadpool_task_4d_t) pthreadpool_load_relaxed_void_p(&thread… in pthreadpool_thread_parallelize_4d_fastpath()
Dportable-api.c556 …const pthreadpool_task_4d_t task = (pthreadpool_task_4d_t) pthreadpool_load_relaxed_void_p(&thread… in thread_parallelize_4d()
1777 pthreadpool_task_4d_t task, in pthreadpool_parallelize_4d()
/external/XNNPACK/src/xnnpack/
Dcompute.h49 pthreadpool_task_4d_t task_4d;
/external/pthreadpool/test/
Dpthreadpool.cc3819 reinterpret_cast<pthreadpool_task_4d_t>(SetTrue4D), in TEST()
3849 reinterpret_cast<pthreadpool_task_4d_t>(SetTrue4D), in TEST()
3880 reinterpret_cast<pthreadpool_task_4d_t>(Increment4D), in TEST()
3911 reinterpret_cast<pthreadpool_task_4d_t>(Increment4D), in TEST()
3939 reinterpret_cast<pthreadpool_task_4d_t>(Increment4D), in TEST()
3973 reinterpret_cast<pthreadpool_task_4d_t>(Increment4D), in TEST()
4010 reinterpret_cast<pthreadpool_task_4d_t>(IncrementSame4D), in TEST()
4039 reinterpret_cast<pthreadpool_task_4d_t>(WorkImbalance4D), in TEST()