Removed cds::OS::is_thread_alive() function. This function is based of pthread_kill...
authorkhizmax <libcds.dev@gmail.com>
Tue, 7 Feb 2017 18:26:04 +0000 (21:26 +0300)
committerkhizmax <libcds.dev@gmail.com>
Tue, 7 Feb 2017 18:26:04 +0000 (21:26 +0300)
commitf1d0c326db54712bf9d1e4cf73e53b61afbaa8af
tree3eac0b3f8d316b460ce2333cc0781fd1cb28e476
parentb7a65e0dcd4cf9b7a05ab43fe492318510fffc90
Removed cds::OS::is_thread_alive() function. This function is based of pthread_kill(tid, 0) that is dangerous for Linux
cds/os/posix/thread.h
cds/os/win/thread.h
cds/urcu/details/base.h
src/dhp.cpp
src/hp.cpp