未验证 提交 46e58630 编写于 作者: 张泊远yg 提交者: Gitee

update ipc/native/src/core/include/ipc_thread_skeleton.h.

Signed-off-by: N张泊远yg <zhangboyuan1@huawei.com>
Signed-off-by: N张泊远yg <zhangboyuan1@huawei.com>
上级 95c7a8bc
......@@ -52,9 +52,10 @@ public:
void StopWorkThread(int proto);
private:
static bool isThreadAvailable;
std::recursive_mutex mutex_;
static pthread_key_t TLSKey_;
static pthread_once_t TLSKeyOnce_;
static std::recursive_mutex mutex_;
std::unordered_map<int, IRemoteInvoker *> invokers_;
};
#ifdef CONFIG_IPC_SINGLE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册