VirtualBox

Changeset 103534 in vbox for trunk/src/libs/xpcom18a4/ipc


Ignore:
Timestamp:
Feb 22, 2024 2:42:54 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161880
Message:

libs/xpcom: Remove unused ipcLockservice and tmTransactionManager interfaces and code, bugref:10602 [committed a bit too much]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp

    r103533 r103534  
    29602960    return NS_ERROR_OUT_OF_MEMORY;
    29612961
    2962   vrc = RTReqPoolCreate(3 /*cMaxThreads*/, 10*RT_MS_1SEC /*cMsMinIdle*/,
    2963                         2 /*cThreadsPushBackThreshold */, RT_MS_1SEC /* cMsMaxPushBack */,
     2962  vrc = RTReqPoolCreate(1024 /*cMaxThreads*/, 10*RT_MS_1SEC /*cMsMinIdle*/,
     2963                        8 /*cThreadsPushBackThreshold */, RT_MS_1SEC /* cMsMaxPushBack */,
    29642964                        "DCon", &mhReqPool);
    29652965  if (RT_FAILURE(vrc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette