Module os_id::thread[][src]

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 Definitions

RawId

Raw thread id as pid_t which is signed integer