Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:03:31

0001 #ifndef CLHEP_THREAD_LOCAL_H
0002 #define CLHEP_THREAD_LOCAL_H
0003 
0004 // ======================================================================
0005 //
0006 // Use thread_local and multithreading are enabled by default
0007 // To disable multithreading compile with -DCLHEP_SINGLE_THREAD=ON
0008 //
0009 // ======================================================================
0010 
0011 #define CLHEP_THREAD_LOCAL thread_local
0012 
0013 #endif // CLHEP_THREAD_LOCAL_H