git-svn-id: svn://db.shs.com.ru/pip@515 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -346,11 +346,6 @@ void PIThread::setPriority(PIThread::Priority prior) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void * PIThread::handle() const {
|
|
||||||
return PRIVATE->thread;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
bool PIThread::waitForFinish(int timeout_msecs) {
|
bool PIThread::waitForFinish(int timeout_msecs) {
|
||||||
if (!running_) return true;
|
if (!running_) return true;
|
||||||
if (timeout_msecs < 0) {
|
if (timeout_msecs < 0) {
|
||||||
|
|||||||
@@ -126,8 +126,6 @@ public:
|
|||||||
//! \brief Returns thread ID
|
//! \brief Returns thread ID
|
||||||
llong tid() const {return tid_;}
|
llong tid() const {return tid_;}
|
||||||
|
|
||||||
void * handle() const;
|
|
||||||
|
|
||||||
static void __thread_func__(void*);
|
static void __thread_func__(void*);
|
||||||
static void __thread_func_once__(void*);
|
static void __thread_func_once__(void*);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user