Expand description
Thread id module
Structs§
- Thread
Id - Thread identifier.
Functions§
- get_
current_ thread_ name - Accesses current thread name using
pthread_getname_np. - get_
raw_ id - Accesses id using
gettid - raw_
thread_ eq - Thread equality function.
Type Aliases§
- RawId
- Raw thread id as
pid_twhich is signed integer