00001 #ifndef QTHREAD_CACHELINE_H 00002 #define QTHREAD_CACHELINE_H 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif 00007 int qthread_cacheline(void); 00008 #ifdef __cplusplus 00009 } 00010 #endif 00011 00012 #endif