Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      cnd_destroy

      From cppreference.com
      <c‎ |thread
       
       
      Concurrency support library
       
      Defined in header<threads.h>
      void cnd_destroy(cnd_t* cond);
      (since C11)

      Destroys the condition variable pointed to bycond.

      If there are threads waiting oncond, the behavior is undefined.

      Contents

      [edit]Parameters

      cond - pointer to the condition variable to destroy

      [edit]Return value

      (none)

      [edit]References

      • C17 standard (ISO/IEC 9899:2018):
      • 7.26.3.2 The cnd_destroy function (p: 276)
      • C11 standard (ISO/IEC 9899:2011):
      • 7.26.3.2 The cnd_destroy function (p: 378-379)

      [edit]See also

      C++ documentation for~condition_variable
      C++ documentation for~condition_variable_any
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=c/thread/cnd_destroy&oldid=138846"

      [8]ページ先頭

      ©2009-2025 Movatter.jp