---
title: thread_call_priority_t
framework: kernel
role: symbol
role_heading: Enumeration
path: kernel/thread_call_priority_t
---

# thread_call_priority_t

## Declaration

```occ
typedef enum thread_call_priority_t : unsigned int {
    ...
} thread_call_priority_t;
```

## Overview

Overview Thread call priorities should not be assumed to have any specific numerical value; they should be interpreted as importances or roles for work items, priorities for which will be reasonably managed by the subsystem.

## Topics

### Constants

- [THREAD_CALL_PRIORITY_HIGH](kernel/thread_call_priority_t/thread_call_priority_high.md)
- [THREAD_CALL_PRIORITY_KERNEL](kernel/thread_call_priority_t/thread_call_priority_kernel.md)
- [THREAD_CALL_PRIORITY_USER](kernel/thread_call_priority_t/thread_call_priority_user.md)
- [THREAD_CALL_PRIORITY_LOW](kernel/thread_call_priority_t/thread_call_priority_low.md)
- [THREAD_CALL_PRIORITY_KERNEL_HIGH](kernel/thread_call_priority_t/thread_call_priority_kernel_high.md)
