Renamed isThreadAlive to is_thread_alive
[libcds.git] / cds / os / posix / thread.h
index b2531847509f6a32bf1e5972b85fe5e0837e59a6..51f1ef2b0b26a4abfeb2b2a70e2a4ad3719379a4 100644 (file)
@@ -20,7 +20,7 @@ namespace cds { namespace OS {
         }
 
         /// Checks if thread \p id is alive
-        static inline bool isThreadAlive( ThreadId id )
+        static inline bool is_thread_alive( ThreadId id )
         {
             // if sig is zero, error checking is performed but no signal is actually sent.
             // ESRCH - No thread could be found corresponding to that specified by the given thread ID