feat(Core/Threading): replace ace threading (#4821)
This commit is contained in:
parent
b9e84d8278
commit
b2861be1cd
50 changed files with 300 additions and 342 deletions
|
|
@ -10,8 +10,8 @@ uint32 AsyncAuctionListingMgr::auctionListingDiff = 0;
|
|||
bool AsyncAuctionListingMgr::auctionListingAllowed = false;
|
||||
std::list<AuctionListItemsDelayEvent> AsyncAuctionListingMgr::auctionListingList;
|
||||
std::list<AuctionListItemsDelayEvent> AsyncAuctionListingMgr::auctionListingListTemp;
|
||||
ACE_Thread_Mutex AsyncAuctionListingMgr::auctionListingLock;
|
||||
ACE_Thread_Mutex AsyncAuctionListingMgr::auctionListingTempLock;
|
||||
std::mutex AsyncAuctionListingMgr::auctionListingLock;
|
||||
std::mutex AsyncAuctionListingMgr::auctionListingTempLock;
|
||||
|
||||
bool AuctionListOwnerItemsDelayEvent::Execute(uint64 /*e_time*/, uint32 /*p_time*/)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue