mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 16:21:29 -04:00
introduce thread naming
This commit is contained in:
parent
cbef01451c
commit
b3fece25da
4 changed files with 26 additions and 9 deletions
|
@ -188,19 +188,18 @@ void ftServer::StartupThreads()
|
|||
|
||||
/* self contained threads */
|
||||
/* startup ExtraList Thread */
|
||||
mFtExtra->start();
|
||||
mFtExtra->start("RS ft extra lst");
|
||||
|
||||
/* startup Monitor Thread */
|
||||
/* startup the FileMonitor (after cache load) */
|
||||
/* start it up */
|
||||
|
||||
mFiMon->start();
|
||||
mFiMon->start("RS ft monitor");
|
||||
|
||||
/* Controller thread */
|
||||
mFtController->start();
|
||||
mFtController->start("RS ft ctrl");
|
||||
|
||||
/* Dataplex */
|
||||
mFtDataplex->start();
|
||||
mFtDataplex->start("RS ft dataplex");
|
||||
}
|
||||
|
||||
void ftServer::StopThreads()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue