Method

SysprofThreadInfoget_thread_id

Declaration [src]

int
sysprof_thread_info_get_thread_id (
  SysprofThreadInfo* self
)

Description [src]

Gets the thread identifier.

This typically matches what gettid() syscall returns on Linux.

Return value

Type: int

An integer containing the thread-id.