---
title: es_thread_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_thread_t
---

# es_thread_t

A structure that represents a thread in a process.

## Declaration

```swift
struct es_thread_t
```

## Topics

### Identifying the Thread

- [thread_id](endpointsecurity/es_thread_t/thread_id.md)

### Initializers

- [init()](endpointsecurity/es_thread_t/init().md)
- [init(thread_id:)](endpointsecurity/es_thread_t/init(thread_id:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)

## See Also

### Inspecting Thread Properties

- [thread](endpointsecurity/es_message_t/thread.md)
