Home
last modified time | relevance | path

Searched defs:PTHREADPOOL_CACHELINE_ALIGNED (Results 1 – 1 of 1) sorted by relevance

/external/pthreadpool/src/
Dthreadpool-common.h47 #define PTHREADPOOL_CACHELINE_ALIGNED __attribute__((__aligned__(PTHREADPOOL_CACHELINE_SIZE))) macro
49 #define PTHREADPOOL_CACHELINE_ALIGNED __declspec(align(PTHREADPOOL_CACHELINE_SIZE)) macro