Module thread

Module thread 

Source
Expand description

Thread id module

Structs§

ThreadId
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_t which is signed integer