Home
last modified time | relevance | path

Searched refs:UvHandlerQueue (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Dnapi_utils.cpp56 struct UvHandlerQueue : public std::queue<UvHandler> { struct
65 static std::unordered_map<uint64_t, std::shared_ptr<UvHandlerQueue>> g_handlerQueueMap;
68 UvHandler UvHandlerQueue::Pop() in Pop()
79 void UvHandlerQueue::Push(const UvHandler &handler) in Push()
105 g_handlerQueueMap.emplace(newId, std::make_shared<UvHandlerQueue>()); in CreateUvHandlerQueue()
/foundation/communication/netstack/utils/napi_utils/src/
H A Dnapi_utils.cpp49 static std::unordered_map<uint64_t, std::shared_ptr<UvHandlerQueue>> g_handlerQueueMap;
730 g_handlerQueueMap.emplace(newId, std::make_shared<UvHandlerQueue>()); in CreateUvHandlerQueue()
830 UvHandler UvHandlerQueue::Pop()
841 void UvHandlerQueue::Push(const UvHandler &handler)
/foundation/communication/netstack/utils/napi_utils/include/
H A Dnapi_utils.h34 struct UvHandlerQueue : public std::queue<UvHandler> { struct

Completed in 4 milliseconds