NDK 获取 std thread id

size_t MyCurThreadID() {
    return std::hash{}(std::this_thread::get_id());
}

你可能感兴趣的:(NDK 获取 std thread id)