Home
last modified time | relevance | path

Searched refs:pthreadpool_task_6d_t (Results 1 – 5 of 5) sorted by relevance

/external/pthreadpool/include/
Dpthreadpool.h23 typedef void (*pthreadpool_task_6d_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t); typedef
954 pthreadpool_task_6d_t function,
/external/pthreadpool/src/
Dshim.c388 pthreadpool_task_6d_t task, in pthreadpool_parallelize_6d()
Dfastpath.c1095 …const pthreadpool_task_6d_t task = (pthreadpool_task_6d_t) pthreadpool_load_relaxed_void_p(&thread… in pthreadpool_thread_parallelize_6d_fastpath()
Dportable-api.c1009 …const pthreadpool_task_6d_t task = (pthreadpool_task_6d_t) pthreadpool_load_relaxed_void_p(&thread… in thread_parallelize_6d()
2195 pthreadpool_task_6d_t task, in pthreadpool_parallelize_6d()
/external/pthreadpool/test/
Dpthreadpool.cc6363 reinterpret_cast<pthreadpool_task_6d_t>(SetTrue6D), in TEST()
6397 reinterpret_cast<pthreadpool_task_6d_t>(SetTrue6D), in TEST()
6432 reinterpret_cast<pthreadpool_task_6d_t>(Increment6D), in TEST()
6467 reinterpret_cast<pthreadpool_task_6d_t>(Increment6D), in TEST()
6499 reinterpret_cast<pthreadpool_task_6d_t>(Increment6D), in TEST()
6537 reinterpret_cast<pthreadpool_task_6d_t>(Increment6D), in TEST()
6578 reinterpret_cast<pthreadpool_task_6d_t>(IncrementSame6D), in TEST()
6607 reinterpret_cast<pthreadpool_task_6d_t>(WorkImbalance6D), in TEST()