Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      thrd_equal

      From cppreference.com
      <c‎ |thread
       
       
      Concurrency support library
       
      Defined in header<threads.h>
      int thrd_equal(thrd_t lhs,thrd_t rhs);
      (since C11)

      Checks whetherlhs andrhs refer to the same thread.

      Contents

      [edit]Parameters

      lhs, rhs - threads to compare

      [edit]Return value

      Non-zero value iflhs andrhs refer to the same value,0 otherwise.

      [edit]References

      • C17 standard (ISO/IEC 9899:2018):
      • 7.26.5.4 The thrd_equal function (p: 280)
      • C11 standard (ISO/IEC 9899:2011):
      • 7.26.5.4 The thrd_equal function (p: 384)

      [edit]See also

      C++ documentation foroperator_cmp
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=c/thread/thrd_equal&oldid=138890"

      [8]ページ先頭

      ©2009-2025 Movatter.jp