mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
Message Doesn't Support 64-bit Thread IDs #1913
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Poco {
|
||||
|
||||
class Foundation_API ThreadImpl
|
||||
{
|
||||
public:
|
||||
public:
|
||||
typedef pthread_t TIDImpl;
|
||||
typedef void (*Callable)(void*);
|
||||
|
||||
@@ -54,7 +54,7 @@ public:
|
||||
PRIO_HIGH_IMPL,
|
||||
PRIO_HIGHEST_IMPL
|
||||
};
|
||||
|
||||
|
||||
enum Policy
|
||||
{
|
||||
POLICY_DEFAULT_IMPL = SCHED_OTHER
|
||||
@@ -107,7 +107,7 @@ private:
|
||||
{
|
||||
pthread_setspecific(_key, pThread);
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
pthread_key_t _key;
|
||||
};
|
||||
|
Reference in New Issue
Block a user