38 #ifndef THREAD_CANCELLATION_HPP
39 #define THREAD_CANCELLATION_HPP
41 #include "../my_config.h"
104 static void cancel(pthread_t tid,
bool x_immediate, U_64 x_flag);
110 static bool cancel_status(pthread_t tid);
116 static bool clear_pending_request(pthread_t tid);
149 static pthread_mutex_t access;
150 static bool initialized;
151 static std::list<thread_cancellation *> info;
152 static std::list<fields> preborn;