mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
move thread naming to util
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
aace200899
commit
3100d4f902
12 changed files with 63 additions and 39 deletions
|
@ -14,11 +14,11 @@
|
|||
#include <future>
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <pthread.h>
|
||||
#include "Config.h"
|
||||
#include "Log.h"
|
||||
#include "I2PEndian.h"
|
||||
#include "Timestamp.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef _WIN64
|
||||
|
@ -149,7 +149,8 @@ namespace util
|
|||
|
||||
void NTPTimeSync::Run ()
|
||||
{
|
||||
pthread_setname_np(pthread_self(), "Timesync");
|
||||
i2p::util::SetThreadName("Timesync");
|
||||
|
||||
while (m_IsRunning)
|
||||
{
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue