35 #ifndef THREAD_CANCELLATION_HPP
36 #define THREAD_CANCELLATION_HPP
38 #include "../my_config.h"
101 static void cancel(pthread_t tid,
bool x_immediate, U_64 x_flag);
107 static bool cancel_status(pthread_t tid);
113 static bool clear_pending_request(pthread_t tid);
146 static pthread_mutex_t access;
147 static bool initialized;
148 static std::list<thread_cancellation *> info;
149 static std::list<fields> preborn;