Concurrency support library| Threads | | | | Atomic operations | | | | | | | | | | | | | |
| | Atomic flags | | | | | | Memory ordering | | | | Mutual exclusion | | | | Condition variables | | | | Thread-local storage | | |
|
Checks whetherlhs andrhs refer to the same thread.
[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