|
roo_threads
API Documentation for roo_threads
|
#include <thread_api.h>
Public Member Functions | |
| id () | |
| Constructs an invalid thread identifier. | |
| bool | operator== (const id &other) const |
| Equality comparison. | |
| bool | operator!= (const id &other) const |
| Inequality comparison. | |
| bool | operator< (const id &other) const |
| Strict weak ordering comparison. | |
| bool | operator<= (const id &other) const |
| Less-than-or-equal comparison. | |
| bool | operator> (const id &other) const |
| Greater-than comparison. | |
| bool | operator>= (const id &other) const |
| Greater-than-or-equal comparison. | |
Definition at line 128 of file thread_api.h.
| roo_threads::doc::thread::id::id | ( | ) |
Constructs an invalid thread identifier.
Strict weak ordering comparison.
Less-than-or-equal comparison.
Greater-than-or-equal comparison.