约 74,900 个结果
在新选项卡中打开链接
  1. std::condition_variable - cppreference.com

    2024年3月4日 · std::condition_variable_any provides a condition variable that works with any BasicLockable object, such as std::shared_lock. Condition variables permit concurrent …

  2. std::condition_variable_any - cppreference.com

    2024年3月5日 · The condition_variable_any class is a generalization of std::condition_variable. Whereas std::condition_variable works only on std:: unique_lock < std:: mutex >, …

  3. std::condition_variable::wait - cppreference.com

    2024年12月20日 · wait causes the current thread to block until the condition variable is notified or a spurious wakeup occurs. pred can be optionally provided to detect spurious wakeup. 1) …

  4. std::condition_variable_any::wait_for - cppreference.com

    2024年9月9日 · wait_for causes the current thread to block until the condition variable is notified, the given duration has been elapsed, or a spurious wakeup occurs. pred can be optionally …

  5. std::condition_variable::wait_for - cppreference.com

    2024年9月25日 · wait_for causes the current thread to block until the condition variable is notified, the given duration has been elapsed, or a spurious wakeup occurs. pred can be optionally …

  6. std::condition_variable::notify_all - cppreference.com

    2021年9月4日 · atomic_compare_exchange_weak atomic_compare_exchange_weak_explicit atomic_compare_exchange_strong atomic_compare_exchange_strong_explicit

  7. Conditional inclusion - cppreference.com

    2023年6月30日 · Otherwise, if the specified condition evaluates false, the controlled code block is skipped and the subsequent #else, #elifdef, #elifndef, (since C++23) or #elif directive (if any) is …

  8. std::conditional - cppreference.com

    2023年6月5日 · Provides member typedef type, which is defined as T if B is true at compile time, or as F if B is false.. If the program adds specializations for std::conditional, the behavior is …

  9. at/in/under this condition - WordReference Forums

    2013年9月6日 · 'Under this condition' -- more likely 'under these conditions' -- would describe some external state of affairs affecting something, eg, it is being put under a lot of pressure. 'In …

  10. condition vs. conditions - WordReference Forums

    2010年7月21日 · Condition would be the apt word in your context. When speaking of a person's individual physical and mental states the reference would be conditions; a recitation of all the …

刷新