Searched refs:pthreadpool_task_5d_t (Results 1 – 8 of 8) sorted by relevance
/external/pthreadpool/include/ |
D | pthreadpool.h | 20 typedef void (*pthreadpool_task_5d_t)(void*, size_t, size_t, size_t, size_t, size_t); typedef 799 pthreadpool_task_5d_t function,
|
/external/XNNPACK/src/operators/ |
D | constant-pad-nd.c | 175 constant_pad_op->compute.task_5d = (pthreadpool_task_5d_t) xnn_compute_pad_5d; in setup_constant_pad_nd()
|
D | binary-elementwise-nd.c | 556 …binary_elementwise_op->compute.task_5d = (pthreadpool_task_5d_t) xnn_compute_elementwise_binary_5d; in setup_binary_elementwise_nd()
|
/external/pthreadpool/src/ |
D | shim.c | 312 pthreadpool_task_5d_t task, in pthreadpool_parallelize_5d()
|
D | fastpath.c | 878 …const pthreadpool_task_5d_t task = (pthreadpool_task_5d_t) pthreadpool_load_relaxed_void_p(&thread… in pthreadpool_thread_parallelize_5d_fastpath()
|
D | portable-api.c | 807 …const pthreadpool_task_5d_t task = (pthreadpool_task_5d_t) pthreadpool_load_relaxed_void_p(&thread… in thread_parallelize_5d() 2016 pthreadpool_task_5d_t task, in pthreadpool_parallelize_5d()
|
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 51 pthreadpool_task_5d_t task_5d;
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 5284 reinterpret_cast<pthreadpool_task_5d_t>(SetTrue5D), in TEST() 5316 reinterpret_cast<pthreadpool_task_5d_t>(SetTrue5D), in TEST() 5349 reinterpret_cast<pthreadpool_task_5d_t>(Increment5D), in TEST() 5382 reinterpret_cast<pthreadpool_task_5d_t>(Increment5D), in TEST() 5412 reinterpret_cast<pthreadpool_task_5d_t>(Increment5D), in TEST() 5448 reinterpret_cast<pthreadpool_task_5d_t>(Increment5D), in TEST() 5487 reinterpret_cast<pthreadpool_task_5d_t>(IncrementSame5D), in TEST() 5516 reinterpret_cast<pthreadpool_task_5d_t>(WorkImbalance5D), in TEST()
|