Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mpipe_thread Struct Reference

Simple wrapper around k_thread. More...

#include <mpipe_thread.h>

Data Fields

struct k_thread thread
 k_thread struct
struct k_sem sem
 Semaphore used to gate run / pause transitions.
uint8_t stack_id
 Thread stack ID.
atomic_t state
 Current thread state.
int priority
 Priority of the thread.

Detailed Description

Simple wrapper around k_thread.

Field Documentation

◆ priority

int mpipe_thread::priority

Priority of the thread.

◆ sem

struct k_sem mpipe_thread::sem

Semaphore used to gate run / pause transitions.

◆ stack_id

uint8_t mpipe_thread::stack_id

Thread stack ID.

◆ state

atomic_t mpipe_thread::state

Current thread state.

◆ thread

struct k_thread mpipe_thread::thread

k_thread struct


The documentation for this struct was generated from the following file: