NDK 获取 std thread id 2021-11-03 本文已影响0人 字节流动 size_t MyCurThreadID() { return std::hash<std::thread::id>{}(std::this_thread::get_id()); }