Skip to content

Slot: tid (DEPRECATED)

The identifier of the thread associated with the event, as returned by the

operating system.

URI: ocsf:tid Alias: tid

Applicable Classes

Name Description Modifies Slot
LinuxProcess Extends the process object to add Linux specific fields no
WindowsProcess Extends the process object to add Windows specific fields no
Process The Process object describes a running instance of a launched program no
MacosProcess Extends the process object to add macOS specific fields no

Properties

Type and Range

Property Value
Range Integer
Domain Of Process

Cardinality and Requirements

Property Value

Aliases

  • Thread ID

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self ocsf:tid
native ocsf:tid

LinkML Source

name: tid
description: 'The identifier of the thread associated with the event, as returned
  by the

  operating system.'
deprecated: '<code>tid</code> is deprecated in favor of <code>ptid</code>. <code>ptid</code>

  has type <code>long_t</code> which can accommodate the thread identifiers

  returned by all platforms (e.g. 64-bit on MacOS). (since 1.6.0)'
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Thread ID
rank: 1000
alias: tid
domain_of:
- Process
range: integer