Home
last modified time | relevance | path

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

/external/pthreadpool/src/
Dthreadpool-object.h712 PTHREADPOOL_INTERNAL struct pthreadpool* pthreadpool_allocate(
715 PTHREADPOOL_INTERNAL void pthreadpool_deallocate(
720 PTHREADPOOL_INTERNAL void pthreadpool_parallelize(
730 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_1d_fastpath(
734 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_1d_with_uarch_fastpath(
738 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_1d_tile_1d_fastpath(
742 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_2d_fastpath(
746 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_2d_tile_1d_fastpath(
750 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_2d_tile_2d_fastpath(
754 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath(
[all …]
Dthreadpool-common.h67 #ifndef PTHREADPOOL_INTERNAL
69 #define PTHREADPOOL_INTERNAL __attribute__((__visibility__("internal"))) macro
71 #define PTHREADPOOL_INTERNAL __attribute__((__visibility__("hidden"))) macro
73 #define PTHREADPOOL_INTERNAL macro
Dmemory.c22 PTHREADPOOL_INTERNAL struct pthreadpool* pthreadpool_allocate( in pthreadpool_allocate()
53 PTHREADPOOL_INTERNAL void pthreadpool_deallocate( in pthreadpool_deallocate()
Dfastpath.c25 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_1d_fastpath( in pthreadpool_thread_parallelize_1d_fastpath()
61 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_1d_with_uarch_fastpath( in pthreadpool_thread_parallelize_1d_with_uarch_fastpath()
106 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_1d_tile_1d_fastpath( in pthreadpool_thread_parallelize_1d_tile_1d_fastpath()
148 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_2d_fastpath( in pthreadpool_thread_parallelize_2d_fastpath()
194 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_2d_tile_1d_fastpath( in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()
244 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_2d_tile_2d_fastpath( in pthreadpool_thread_parallelize_2d_tile_2d_fastpath()
297 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath( in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath()
359 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_3d_fastpath( in pthreadpool_thread_parallelize_3d_fastpath()
412 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_3d_tile_1d_fastpath( in pthreadpool_thread_parallelize_3d_tile_1d_fastpath()
469 PTHREADPOOL_INTERNAL void pthreadpool_thread_parallelize_3d_tile_2d_fastpath( in pthreadpool_thread_parallelize_3d_tile_2d_fastpath()
[all …]
Dgcd.c76 PTHREADPOOL_INTERNAL void pthreadpool_parallelize( in pthreadpool_parallelize()
Dwindows.c190 PTHREADPOOL_INTERNAL void pthreadpool_parallelize( in pthreadpool_parallelize()
Dpthreads.c294 PTHREADPOOL_INTERNAL void pthreadpool_parallelize( in pthreadpool_parallelize()