ID EN
Time

pthread_getcpuclockid

Python 3.11

Return the clk_id of the thread-specific CPU-time clock for the specified thread_id.

Syntax

PYTHON
time.pthread_getcpuclockid(thread_id)

See Also

threading.get_ident() ident threading.Thread Availability