摘要: frameworks/base/core/java/android/os/ConditionVariable.java 1 /* 2 * Copyright (C) 2006 The Android Open Source Project 3 * 4 * Licensed under the Apa 阅读全文
posted @ 2021-05-15 17:13 SaraMorning 阅读(121) 评论(0) 推荐(0)
摘要: /system/core/libutils/include/utils/Condition.h 1 // 2 3 // DO NOT USE: please use std::condition_variable instead. 4 5 /* 6 * Condition variable clas 阅读全文
posted @ 2021-05-15 17:10 SaraMorning 阅读(130) 评论(0) 推荐(0)