Module pthread

Source
Expand description

Low level threading primitives

Functions§

pthread_kill
Send a signal to a thread (see pthread_kill(3)).
pthread_self
Obtain ID of the calling thread (see pthread_self(3)

Type Aliases§

Pthread
Identifies an individual thread.